mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-12 15:52:39 +10:00
feat: account pages framework & updates to library
This commit is contained in:
@ -29,7 +29,7 @@ export default defineEventHandler(async (h3) => {
|
||||
const description = options.description;
|
||||
const gameId = options.id;
|
||||
|
||||
if (!(id || name || description)) {
|
||||
if (!id || !name || !description) {
|
||||
dump();
|
||||
|
||||
throw createError({
|
||||
|
||||
Reference in New Issue
Block a user