Skip to content

Commit

Permalink
Update utils/db.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
  • Loading branch information
huai-jie and iuioiua authored May 8, 2023
1 parent 3a08d28 commit cf0523d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ export async function deleteVote(initVote: InitVote) {
item.score && item.score--;
res = await kv.atomic().set(itemKey, item).commit();
}
return { status: 200 };
}
}
}
Expand Down

0 comments on commit cf0523d

Please sign in to comment.