Skip to content

Commit

Permalink
fix recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Feb 24, 2025
1 parent 9813f99 commit 2b66513
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ internal class PostHogFeatureFlags(
preferences.remove(FEATURE_FLAGS)
preferences.remove(FEATURE_FLAGS_PAYLOAD)
}
return@executeSafely
return@synchronized
}

if (response.errorsWhileComputingFlags) {
Expand Down

0 comments on commit 2b66513

Please sign in to comment.