Skip to content

Commit 4c283ec

Browse files
committed
Hook to post
1 parent e41556a commit 4c283ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/calls/cache-contract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {cacheApiBaseRequest} from "./cache-api-base-request";
22

33
export const cacheContract = async (contractId: string) => {
4-
return cacheApiBaseRequest(`contracts/save/${contractId}`);
4+
return cacheApiBaseRequest(`contracts/save/${contractId}`, undefined, true);
55
}

0 commit comments

Comments
 (0)