This commit is contained in:
Carl-Gerhard Lindesvärd
2026-03-09 17:21:27 +01:00
parent df0258f532
commit fc256124b5
2 changed files with 5 additions and 3 deletions

View File

@@ -411,8 +411,6 @@ export const gscRouter = createTRPCRouter({
throw TRPCAccessError('You do not have access to this project');
}
const { startDate, endDate } = await resolveDates(input.projectId, input);
// Clear stale cache so hash-stripping fix applies immediately
await getGscCannibalization.clear(input.projectId, startDate, endDate);
return getGscCannibalization(input.projectId, startDate, endDate);
}),
});