Skip to content

Commit 1af13bb

Browse files
authored
Merge a03b083 into d680986
2 parents d680986 + a03b083 commit 1af13bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/remote/datastore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class DatastoreImpl extends Datastore {
132132
}
133133

134134
terminate(): void {
135-
this.terminated = false;
135+
this.terminated = true;
136136
}
137137
}
138138

0 commit comments

Comments
 (0)