mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-16 01:31:19 +10:00
feat: finish migrating to new objectid naming
This commit is contained in:
@ -77,7 +77,7 @@ export default defineEventHandler(async (h3) => {
|
||||
username: user.username,
|
||||
displayName: user.displayName ?? user.username,
|
||||
email: user.email,
|
||||
profilePicture: profilePictureId,
|
||||
profilePictureObjectId: profilePictureId,
|
||||
admin: invitation.isAdmin,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user