Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
chore: Remove discardQuery('project') in static-resource.hooks (#10381)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoizAdnan authored Jun 13, 2024
1 parent 2c43e21 commit 09d60ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default {
[verifyScope('editor', 'write'), resolveProjectId(), verifyProjectPermission(['owner', 'editor', 'reviewer'])]
)
),
discardQuery('action', 'project', 'projectId'),
discardQuery('action', 'projectId'),
collectAnalytics()
],
get: [disallow('external')],
Expand Down Expand Up @@ -155,7 +155,7 @@ export default {
]
)
),
discardQuery('project', 'projectId'),
discardQuery('projectId'),
ensureResource
]
},
Expand Down

0 comments on commit 09d60ae

Please sign in to comment.