Skip to content

Commit 078d0c4

Browse files
committed
removed typo.
1 parent 68d49a6 commit 078d0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/api/reference_impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ function onSnapshotBundle<AppModelType, DbModelType extends DocumentData>(
11101110
error?: (error: FirestoreError) => void;
11111111
complete?: () => void;
11121112
} | null = null;
1113-
if (typeof args[curArg] === 'object' && isPartialObserver(args[1])) {)
1113+
if (typeof args[curArg] === 'object' && isPartialObserver(args[1])) {
11141114
const userObserver = args[curArg++] as PartialObserver<
11151115
QuerySnapshot<AppModelType, DbModelType>
11161116
>;

0 commit comments

Comments
 (0)