Skip to content

Commit

Permalink
fix: scratch that; nothing works
Browse files Browse the repository at this point in the history
  • Loading branch information
bendevnull committed Aug 3, 2024
1 parent eaa7d91 commit cf3d625
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/lib/riitag/neo/std/Covers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,20 +192,6 @@ export default class Covers extends ModuleBase {
* @returns
*/
async getAllUserCovers (user: user): Promise<string[]> {
await prisma.playlog.deleteMany({
where: {
game: {
console: CONSOLE.THREEDS
}
}
})

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

const playlog = await prisma.playlog.findMany({
where: {
user: {
Expand Down

0 comments on commit cf3d625

Please sign in to comment.