Skip to content

Commit 81ed12a

Browse files
Lint
1 parent ebe730e commit 81ed12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ apiDescribe('Firestore', (persistence: boolean) => {
4444

4545
// Validate that the transaction API returns the same types
4646
await db.runTransaction(async transaction => {
47-
let docSnapshot = await transaction.get(doc);
47+
docSnapshot = await transaction.get(doc);
4848
expect(docSnapshot.data()).to.deep.equal(data);
4949
});
5050

0 commit comments

Comments
 (0)