Skip to content

Commit

Permalink
Hook to post
Browse files Browse the repository at this point in the history
  • Loading branch information
andreespirela committed May 5, 2022
1 parent e41556a commit 4c283ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calls/cache-contract.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {cacheApiBaseRequest} from "./cache-api-base-request";

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

0 comments on commit 4c283ec

Please sign in to comment.