Skip to content

Commit

Permalink
Ultrajank
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Dec 28, 2023
1 parent 5172ff8 commit aae6b44
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pages/api/v1/getConfigsWithoutContents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,6 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)

const showPrivate = await getAuthLevel(apiKey) > 0

await prisma.config.deleteMany({
where: {
plugin: {
contains: "ecobosses",
mode: 'insensitive'
},
}
})

const configs = await prisma.config.findMany({
skip: skip,
take: limit,
Expand Down

0 comments on commit aae6b44

Please sign in to comment.