Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Oct 9, 2024
1 parent 1b3f13c commit f4eaca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flagsmith-core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ const Flagsmith = class {
this.api = state.api || this.api || defaultAPI;
this.flags = state.flags || this.flags;
this.evaluationContext = state.evaluationContext || this.evaluationContext,
this.evaluationEvent = state.evaluationEvent || this.evaluationEvent;
this.evaluationEvent = state.evaluationEvent || this.evaluationEvent;
this.log("setState called", this)
}
}
Expand Down

0 comments on commit f4eaca3

Please sign in to comment.