We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41556a commit 4c283ecCopy full SHA for 4c283ec
src/calls/cache-contract.ts
@@ -1,5 +1,5 @@
1
import {cacheApiBaseRequest} from "./cache-api-base-request";
2
3
export const cacheContract = async (contractId: string) => {
4
- return cacheApiBaseRequest(`contracts/save/${contractId}`);
+ return cacheApiBaseRequest(`contracts/save/${contractId}`, undefined, true);
5
}
0 commit comments