diff --git a/packages/ldclient-js-common/typings.d.ts b/packages/ldclient-js-common/typings.d.ts index 942f144e..63d14777 100644 --- a/packages/ldclient-js-common/typings.d.ts +++ b/packages/ldclient-js-common/typings.d.ts @@ -422,7 +422,7 @@ declare module 'ldclient-js-common' { * @param onDone * A callback to invoke after the user is identified. */ - identify: (user: LDUser, hash?: string, onDone?: (err: Error | null, flags: LDFlagSet | null) => void) => Promise; + identify: (user: LDUser, hash?: string, onDone?: (err: Error | null, flags: LDFlagSet | null) => void) => Promise; /** * Returns the client's current user. This is the user that was most recently @@ -528,4 +528,4 @@ declare module 'ldclient-js-common' { */ allFlags: () => LDFlagSet; } -} \ No newline at end of file +}