Skip to content

Commit

Permalink
Fix sdk key verfication tag
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-statsig committed Feb 1, 2024
1 parent 33c4d61 commit 191152c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/ResponseVerification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function verifySDKKeyUsed(
const hashedSDKKeyUsed = json?.hashed_sdk_key_used;
if (hashedSDKKeyUsed != null && hashedSDKKeyUsed !== djb2Hash(sdkKey ?? '')) {
errorBoundary.logError(
'fetchAndSaveValues:eventually',
'verifySDKKeyUsed',
new StatsigSDKKeyMismatchError(
'The SDK key provided does not match the one used to generate values.',
),
Expand Down

0 comments on commit 191152c

Please sign in to comment.