Skip to content

Commit 26739c9

Browse files
committed
fix import
1 parent fd64124 commit 26739c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/firestore/src/local/indexeddb_schema.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
*/
1717

1818
import { BatchId, ListenSequenceNumber, TargetId } from '../core/types';
19-
import { KeySafeBytes } from '../index/index_entry';
2019
import { IndexKind } from '../model/field_index';
2120
import { BundledQuery } from '../protos/firestore_bundle_proto';
2221
import {
@@ -27,7 +26,7 @@ import {
2726
} from '../protos/firestore_proto_api';
2827

2928
import { EncodedResourcePath } from './encoded_resource_path';
30-
import { DbTimestampKey } from './indexeddb_sentinels';
29+
import { DbTimestampKey, KeySafeBytes } from './indexeddb_sentinels';
3130

3231
/**
3332
* Schema Version for the Web client:

0 commit comments

Comments
 (0)