Skip to content

Commit 67e658d

Browse files
Lint
1 parent f271609 commit 67e658d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/firestore/src/local/local_serializer.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import { BundleMetadata, NamedQuery } from '../core/bundle';
1919
import { LimitType, Query, queryWithLimit } from '../core/query';
2020
import { SnapshotVersion } from '../core/snapshot_version';
2121
import { canonifyTarget, isDocumentTarget, Target } from '../core/target';
22+
import { Timestamp } from '../exp/timestamp';
2223
import { MutableDocument } from '../model/document';
23-
2424
import { DocumentKey } from '../model/document_key';
2525
import { MutationBatch } from '../model/mutation_batch';
2626
import {
@@ -58,7 +58,6 @@ import {
5858
DbUnknownDocument
5959
} from './indexeddb_schema';
6060
import { TargetData, TargetPurpose } from './target_data';
61-
import { Timestamp } from '../exp/timestamp';
6261

6362
/** Serializer for values stored in the LocalStore. */
6463
export class LocalSerializer {

packages/firestore/src/model/mutation_batch.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import {
2929
documentVersionMap
3030
} from './collections';
3131
import { MutableDocument } from './document';
32-
import { DocumentKey } from './document_key';
3332
import {
3433
applyMutationToLocalView,
3534
applyMutationToRemoteDocument,

0 commit comments

Comments
 (0)