Skip to content

Commit 3a3f0d1

Browse files
committed
disable caching for fetch
1 parent eb2ada8 commit 3a3f0d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/client/src/relewise.client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export abstract class RelewiseClient {
6363
},
6464
body: JSON.stringify(data),
6565
signal: options?.abortSignal,
66+
cache: 'no-cache',
6667
});
6768

6869
if (!response.ok) {

0 commit comments

Comments
 (0)