mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-19 19:21:12 +10:00
chore: prettier pass
This commit is contained in:
@ -18,7 +18,7 @@ export default defineEventHandler(async (h3) => {
|
||||
const result = await objectHandler.writeWithPermissions(
|
||||
id,
|
||||
async () => buffer,
|
||||
userId
|
||||
userId,
|
||||
);
|
||||
return { success: result };
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user