This commit is contained in:
Atridad Lahiji 2023-06-13 00:27:59 -06:00 committed by atridadl
parent 1d6ebce28f
commit 2ba2b1d323
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "sprintpadawan",
"version": "1.1.6",
"version": "1.1.7",
"description": "Plan. Sprint. Repeat.",
"private": true,
"scripts": {

View file

@ -198,6 +198,8 @@ export const roomRouter = createTRPCRouter({
roomId: input.roomId,
},
});
await deleteFromCache(client, env.APP_ENV, `kv_votes_${input.roomId}`);
}
const newRoom = await ctx.prisma.room.update({