Skip to content

Commit 66a1cb9

Browse files
committed
Fix circular dependency compile error.
1 parent b8de752 commit 66a1cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/local/local_documents_view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
* limitations under the License.
1616
*/
1717

18-
import { Timestamp } from '../api';
1918
import {
2019
asCollectionQueryAtPath,
2120
isCollectionGroupQuery,
2221
isDocumentQuery,
2322
Query,
2423
queryMatches
2524
} from '../core/query';
25+
import { Timestamp } from '../lite-api/timestamp';
2626
import {
2727
documentKeySet,
2828
DocumentKeySet,

0 commit comments

Comments
 (0)