Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored and cherylEnkidu committed Jun 29, 2022
1 parent 00fb1f4 commit ea418e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/src/reference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2261,7 +2261,7 @@ export class Query<T = firestore.DocumentData> implements firestore.Query<T> {

let lastReceivedDocument: QueryDocumentSnapshot<T> | null = null;

let backendStream : Duplex;
let backendStream: Duplex;
const stream = new Transform({
objectMode: true,
transform: (proto, enc, callback) => {
Expand Down

0 comments on commit ea418e0

Please sign in to comment.