Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Oct 10, 2024
1 parent 76e2c81 commit 41b2032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion posthog-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ export abstract class PostHogCore extends PostHogCoreStateless {
if (res?.featureFlags) {
// clear flag call reported if we have new flags since they might have changed
if (this.sendFeatureFlagEvent) {
this.flagCallReported = {};
this.flagCallReported = {}
}

let newFeatureFlags = res.featureFlags
Expand Down
2 changes: 1 addition & 1 deletion posthog-react-native/src/optional/OptionalSessionReplay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ try {
web: undefined,
default: require('posthog-react-native-session-replay'), // Only Android and iOS
})
} catch (e) { }
} catch (e) {}

0 comments on commit 41b2032

Please sign in to comment.