We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76da218 commit 11de24dCopy full SHA for 11de24d
apps/client/apis/studyDetailApi.ts
@@ -9,7 +9,7 @@ export const studyDetailApi = {
9
`${apiPath.studyDetail}/dashboard?studyId=${studyId}`,
10
{
11
next: { tags: [tags.studyDetailDashboard] },
12
- cache: "force-cache",
+ cache: "no-store",
13
}
14
);
15
apps/client/apis/studyHistoryApi.ts
@@ -9,7 +9,7 @@ export const studyHistoryApi = {
`${apiPath.studyHistory}/assignments?studyId=${studyId}`,
next: { tags: [tags.studyHistory] },
0 commit comments