Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
uriva committed Mar 11, 2024
1 parent b441474 commit 41e7418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/keyManipulation.ts
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ const actOnKey = (method: string) => (args: string) => () => {
method,
params: {
cacheId,
key: inputToCacheKey(token, undefined)(...JSON.parse(jsonString)),
key: inputToCacheKey("", undefined)(...JSON.parse(jsonString)),
},
})(token);
};

0 comments on commit 41e7418

Please sign in to comment.