mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-24 13:41:09 +10:00
feat: partial user platform support + statusMessage -> message
This commit is contained in:
@ -23,7 +23,7 @@ export default defineEventHandler(async (h3) => {
|
||||
},
|
||||
});
|
||||
if (!company)
|
||||
throw createError({ statusCode: 404, statusMessage: "Company not found" });
|
||||
throw createError({ statusCode: 404, message: "Company not found" });
|
||||
const games = await prisma.game.findMany({
|
||||
where: {
|
||||
OR: [
|
||||
|
||||
Reference in New Issue
Block a user