File tree 1 file changed +3
-3
lines changed
packages/firestore/src/core
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ export class IndexedDbComponentProvider implements ComponentProvider {
121
121
)
122
122
: new MemorySharedClientState ( ) ;
123
123
this . sharedClientState . onlineStateHandler = onlineState =>
124
- this . syncEngine ! . applyOnlineStateChange (
124
+ this . syncEngine . applyOnlineStateChange (
125
125
onlineState ,
126
126
OnlineStateSource . SharedClientState
127
127
) ;
@@ -151,7 +151,7 @@ export class IndexedDbComponentProvider implements ComponentProvider {
151
151
datastore ,
152
152
asyncQueue ,
153
153
onlineState =>
154
- this . syncEngine ! . applyOnlineStateChange (
154
+ this . syncEngine . applyOnlineStateChange (
155
155
onlineState ,
156
156
OnlineStateSource . RemoteStore
157
157
) ,
@@ -249,7 +249,7 @@ export class MemoryComponentProvider implements ComponentProvider {
249
249
datastore ,
250
250
asyncQueue ,
251
251
onlineState =>
252
- this . syncEngine ! . applyOnlineStateChange (
252
+ this . syncEngine . applyOnlineStateChange (
253
253
onlineState ,
254
254
OnlineStateSource . RemoteStore
255
255
) ,
You can’t perform that action at this time.
0 commit comments