Skip to content

Commit

Permalink
dont decode the banditKey
Browse files Browse the repository at this point in the history
  • Loading branch information
leoromanovsky committed Jan 16, 2025
1 parent 5bd5fd2 commit 9e82f49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/decoding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export function decodePrecomputedBandit(
): IPrecomputedBandit {
return {
...precomputedBandit,
banditKey: decodeBase64(precomputedBandit.banditKey),
action: decodeBase64(precomputedBandit.action),
modelVersion: decodeBase64(precomputedBandit.modelVersion),
actionNumericAttributes: decodeObject(precomputedBandit.actionNumericAttributes ?? {}),
Expand Down

0 comments on commit 9e82f49

Please sign in to comment.