Skip to content

Commit 8b962cb

Browse files
committed
Add cache no store
1 parent 353d583 commit 8b962cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/fetchService.ts

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const fetchService = async (url: string, options: RequestOptions) => {
2525
? { body: data }
2626
: { body: JSON.stringify(data) }
2727
: undefined),
28+
cache: "no-store",
2829
};
2930

3031
try {

0 commit comments

Comments
 (0)