We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b111246 commit 548b0c4Copy full SHA for 548b0c4
src/apps/review/src/lib/hooks/useFetchSubmissionReviews.ts
@@ -862,12 +862,6 @@ export function useFetchSubmissionReviews(reviewId: string = ''): useFetchSubmis
862
setIsSavingAppealResponse(false)
863
// Revalidate SWR caches so other components using the raw SWR data update immediately
864
try {
865
- if (resourceId) {
866
- // re-fetch appeals for this resourceId
867
- mutate(`EnvironmentConfig.API.V6/appeals/resourceId/${resourceId}`)
868
-
869
- }
870
871
if (reviewId) {
872
// re-fetch review data
873
mutate(`EnvironmentConfig.API.V6/reviews/${reviewId}`)
0 commit comments