Skip to content

Commit

Permalink
fix: it has to be undefined, I see
Browse files Browse the repository at this point in the history
  • Loading branch information
bendevnull committed Aug 3, 2024
1 parent c2f4cff commit eaa7d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/riitag/neo/std/Covers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export default class Covers extends ModuleBase {

await prisma.playlog.deleteMany({
where: {
game: null
game: undefined
}
})

Expand Down

0 comments on commit eaa7d91

Please sign in to comment.