Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Oct 24, 2023
1 parent 04a27d5 commit 9af3366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PostHogExample/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class FeatureFlagsModel: ObservableObject {
func reload() {
isReloading = true

PostHogSDK.shared.reloadFeatureFlags { _, _ in
PostHogSDK.shared.reloadFeatureFlags {
self.isReloading = false
}
}
Expand Down

0 comments on commit 9af3366

Please sign in to comment.