From f4eaca3507843cc743cb26d3071c651da42b67fc Mon Sep 17 00:00:00 2001 From: kyle-ssg Date: Wed, 9 Oct 2024 13:33:25 +0100 Subject: [PATCH] formatting fix --- flagsmith-core.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flagsmith-core.ts b/flagsmith-core.ts index 25eefbd..f1381c6 100644 --- a/flagsmith-core.ts +++ b/flagsmith-core.ts @@ -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) } }