Skip to content

Commit 1ee1615

Browse files
committed
Fix redundant imports
1 parent 5e7fb89 commit 1ee1615

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/firestore/src/local/indexeddb_schema.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import { BatchId, ListenSequenceNumber, TargetId } from '../core/types';
1919
import { ResourcePath } from '../model/path';
2020
import { BundledQuery } from '../protos/firestore_bundle_proto';
2121
import * as api from '../protos/firestore_proto_api';
22-
import { BundledQuery } from '../protos/firestore_bundle_proto';
2322
import { hardAssert, debugAssert } from '../util/assert';
2423

2524
import { SnapshotVersion } from '../core/snapshot_version';

0 commit comments

Comments
 (0)