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] committed Jun 28, 2022
1 parent 0247977 commit 5b04be1
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 5b04be1

Please sign in to comment.