remove slash from cache key value delete http call (#3466)
This commit is contained in:
@@ -379,7 +379,7 @@ function Workspace({
|
||||
const client = await getClient(credentialGetter, "sans-api-v1");
|
||||
const encodedCacheKeyValue = encodeURIComponent(cacheKeyValue);
|
||||
return client.delete(
|
||||
`/scripts/${workflowPermanentId}/value/?cache-key-value=${encodedCacheKeyValue}`,
|
||||
`/scripts/${workflowPermanentId}/value?cache-key-value=${encodedCacheKeyValue}`,
|
||||
);
|
||||
},
|
||||
onSuccess: () => {
|
||||
|
||||
Reference in New Issue
Block a user