Skip to content

Commit

Permalink
chore: remove collectionid
Browse files Browse the repository at this point in the history
  • Loading branch information
MounirDhahri committed Sep 26, 2024
1 parent 42b7c68 commit 7c57f9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const hasNoCacheParamPresent = (url: string) => {
return false
}

export const SKIP_CACHE_ARGUMENTS = ["includeArtworksByFollowedArtists", "collectionID"]
export const SKIP_CACHE_ARGUMENTS = ["includeArtworksByFollowedArtists"]
// Important - Add any new personalized argument checks to this list. That way, logged-in queries
// _without_ this argument can still be `@cacheable`, and when queries include this argument,
// those queries will not be cached.
Expand Down

0 comments on commit 7c57f9a

Please sign in to comment.