Skip to content

Commit

Permalink
removes identify deprecation
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Fonseca <tiago@tiagopaiva.me>
  • Loading branch information
tiagoapolo committed Dec 23, 2024
1 parent aece015 commit f7d1e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export interface IFlagsmith<F extends string = string, T extends string = string
*/
getAllFlags: () => IFlags<F>;
/**
* * @deprecated Please consider using evaluationContext.identity: {@link IFlagsmith.setContext}.
* Identify user, triggers a call to get flags if `flagsmith.init` has been called
* */
identify: (userId: string, traits?: Record<T, IFlagsmithValue>) => Promise<void>;
/**
Expand Down

0 comments on commit f7d1e42

Please sign in to comment.