diff --git a/cli/src/keyManipulation.ts b/cli/src/keyManipulation.ts index 7884ba5..b26c311 100644 --- a/cli/src/keyManipulation.ts +++ b/cli/src/keyManipulation.ts @@ -6,7 +6,7 @@ const parseCacheIdAndKey = (hashKey: (...xs: any[]) => string, x: string) => { return { cacheId, key: hashKey(...JSON.parse(key)) }; }; const actOnKey = (action: string) => (args: string) => (secret: string) => - callServer("", "GET", { + callServer("", "POST", { action, ...parseCacheIdAndKey(inputToCacheKey(secret, undefined), args), })(