mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-25 17:10:26 +01:00
Working
This commit is contained in:
@@ -23,7 +23,7 @@ export default defineEventHandler(async (event) => {
|
||||
|
||||
const avatar = await hubBlob().put(filename, file, {
|
||||
addRandomSuffix: false,
|
||||
prefix: 'avatars/',
|
||||
prefix: 'avatars',
|
||||
})
|
||||
|
||||
const updatedUser = {
|
||||
|
||||
Reference in New Issue
Block a user