Skip to content

Commit

Permalink
Fixed closure
Browse files Browse the repository at this point in the history
  • Loading branch information
javrudsky committed Jan 10, 2024
1 parent c378990 commit a8471f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Split/Localhost/LocalhostSynchronizer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class LocalhostSynchronizer: FeatureFlagsSynchronizer {
// Update will remove all records before insert new ones
_ = self.featureFlagsStorage.update(splitChange: change)

eventsManager.notifyInternalEvent(.splitsUpdated)
self.eventsManager.notifyInternalEvent(.splitsUpdated)
}
}
}

0 comments on commit a8471f4

Please sign in to comment.