This commit is contained in:
Atridad Lahiji 2023-06-13 00:27:59 -06:00
parent 2ab0720591
commit 2475facf2f
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", "name": "sprintpadawan",
"version": "1.1.6", "version": "1.1.7",
"description": "Plan. Sprint. Repeat.", "description": "Plan. Sprint. Repeat.",
"private": true, "private": true,
"scripts": { "scripts": {

View file

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