Fixed...
This commit is contained in:
parent
2ab0720591
commit
2475facf2f
2 changed files with 3 additions and 1 deletions
|
@ -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": {
|
||||||
|
|
|
@ -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({
|
||||||
|
|
Loading…
Add table
Reference in a new issue