diff --git a/actions/interviews.ts b/actions/interviews.ts index 3e081f60..011ad406 100644 --- a/actions/interviews.ts +++ b/actions/interviews.ts @@ -255,7 +255,7 @@ export async function syncInterview(data: SyncInterview) { }, }); - revalidateTag('getInterviewById'); + revalidateTag(`getInterviewById-${id}`); // eslint-disable-next-line no-console console.log(`🚀 Interview synced with server! (${id})`);