File tree 1 file changed +1
-3
lines changed
packages/firestore/src/api 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ import {
28
28
firestoreClientGetNamedQuery ,
29
29
firestoreClientListen ,
30
30
firestoreClientLoadBundle ,
31
- firestoreClientTransaction ,
32
- firestoreClientWrite
31
+ firestoreClientTransaction
33
32
} from '../core/firestore_client' ;
34
33
import {
35
34
Bound ,
@@ -59,7 +58,6 @@ import { Transaction as InternalTransaction } from '../core/transaction';
59
58
import { ViewSnapshot } from '../core/view_snapshot' ;
60
59
import { Document , MaybeDocument , NoDocument } from '../model/document' ;
61
60
import { DocumentKey } from '../model/document_key' ;
62
- import { DeleteMutation , Mutation , Precondition } from '../model/mutation' ;
63
61
import { FieldPath , ResourcePath } from '../model/path' ;
64
62
import { isServerTimestamp } from '../model/server_timestamps' ;
65
63
import { refValue } from '../model/values' ;
You can’t perform that action at this time.
0 commit comments