Skip to content

Commit 548b0c4

Browse files
committed
fix: lint
1 parent b111246 commit 548b0c4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/apps/review/src/lib/hooks/useFetchSubmissionReviews.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -862,12 +862,6 @@ export function useFetchSubmissionReviews(reviewId: string = ''): useFetchSubmis
862862
setIsSavingAppealResponse(false)
863863
// Revalidate SWR caches so other components using the raw SWR data update immediately
864864
try {
865-
if (resourceId) {
866-
// re-fetch appeals for this resourceId
867-
mutate(`EnvironmentConfig.API.V6/appeals/resourceId/${resourceId}`)
868-
869-
}
870-
871865
if (reviewId) {
872866
// re-fetch review data
873867
mutate(`EnvironmentConfig.API.V6/reviews/${reviewId}`)

0 commit comments

Comments
 (0)