wip: try groupmq 2
This commit is contained in:
@@ -96,9 +96,7 @@ export const projectRouter = createTRPCRouter({
|
||||
});
|
||||
await Promise.all([
|
||||
getProjectByIdCached.clear(input.id),
|
||||
res.clients.map((client) => {
|
||||
getClientByIdCached.clear(client.id);
|
||||
}),
|
||||
...res.clients.map((client) => getClientByIdCached.clear(client.id)),
|
||||
]);
|
||||
return res;
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user