We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 353d583 commit 8b962cbCopy full SHA for 8b962cb
services/fetchService.ts
@@ -25,6 +25,7 @@ export const fetchService = async (url: string, options: RequestOptions) => {
25
? { body: data }
26
: { body: JSON.stringify(data) }
27
: undefined),
28
+ cache: "no-store",
29
};
30
31
try {
0 commit comments