Fixed...
This commit is contained in:
parent
1d6ebce28f
commit
2ba2b1d323
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sprintpadawan",
|
||||
"version": "1.1.6",
|
||||
"version": "1.1.7",
|
||||
"description": "Plan. Sprint. Repeat.",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -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({
|
||||
|
|
Loading…
Add table
Reference in a new issue