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 179d7da commit 9f47cefCopy full SHA for 9f47cef
packages/rpc/src/utils/cache-invalidation.ts
@@ -20,12 +20,10 @@ export const invalidateBasicWebsiteCaches = async (
20
* Invalidates all caches related to a specific website
21
* @param websiteId - The ID of the website
22
* @param userId - The ID of the user performing the action
23
- * @param reason - Optional reason for logging purposes
24
*/
25
export const invalidateWebsiteCaches = async (
26
websiteId: string,
27
- userId: string,
28
- reason?: string
+ userId: string
29
): Promise<void> => {
30
try {
31
await Promise.all([
0 commit comments