Skip to content

Commit 2d754cc

Browse files
committed
this was silly
1 parent 98b1ab5 commit 2d754cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relay/filedata_actions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func (a *relayFileDataActions) AddEnvironment(ae filedata.ArchiveEnvironment) {
4444
syncFactory := filedata.OfflineModeSynchronizerFactory{Synchronizer: synchronizer}
4545
config.DataSystem = ldcomponents.DataSystem().
4646
Custom().
47-
Synchronizers(syncFactory, syncFactory) // primary and fallback use the same synchronizer
47+
Synchronizers(syncFactory, nil) // primary and fallback use the same synchronizer
4848
config.Events = ldcomponents.NoEvents()
4949
return config
5050
}

0 commit comments

Comments
 (0)