Skip to content

Commit 157e366

Browse files
committed
Change context parameter name.
1 parent 6d436ae commit 157e366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/sdk-client/src/api/LDClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ export interface LDClientIdentifyResult {
366366
* The promise returned from this method will not be rejected.
367367
*/
368368
identifyResult(
369-
pristineContext: LDContext,
369+
context: LDContext,
370370
identifyOptions?: LDIdentifyOptions,
371371
): Promise<LDIdentifyResult>;
372372
}

0 commit comments

Comments
 (0)