Skip to content

Commit 1142137

Browse files
committed
Remove unused variable: firestore
1 parent 7bc5c93 commit 1142137

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/firestore/test/integration/api/database.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,6 @@ apiDescribe('Database', (persistence: boolean) => {
11011101
'can clear persistence if the client has not been initialized',
11021102
async () => {
11031103
await withTestDoc(persistence, async docRef => {
1104-
const firestore = docRef.firestore;
11051104
await docRef.set({ foo: 'bar' });
11061105
const app = docRef.firestore.app;
11071106
const name = app.name;

0 commit comments

Comments
 (0)