mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-17 18:21:10 +10:00
chore: prettier pass
This commit is contained in:
@ -23,7 +23,7 @@ export default defineEventHandler(async (h3) => {
|
||||
const successful = await userLibraryManager.collectionRemove(
|
||||
gameId,
|
||||
id,
|
||||
userId
|
||||
userId,
|
||||
);
|
||||
if (!successful)
|
||||
throw createError({
|
||||
|
||||
Reference in New Issue
Block a user