Skip to content

Commit 4027432

Browse files
committed
build failure
1 parent 7535ea9 commit 4027432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/api/database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class Firestore extends LiteFirestore {
121121
// usage throws an exception.
122122
configureFirestore(this);
123123
}
124-
return this._firestoreClient!.terminate();
124+
return null;
125125
}
126126
}
127127

0 commit comments

Comments
 (0)