mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
Mom, I'm debugging in production again!
This commit is contained in:
parent
ed58b7e67f
commit
310f8d2739
|
|
@ -709,6 +709,7 @@ export const userToAPI = (
|
|||
userToConvert: UserWithRelations,
|
||||
isOwnAccount = false,
|
||||
): APIAccount => {
|
||||
console.log(userToConvert);
|
||||
return {
|
||||
id: userToConvert.id,
|
||||
username: userToConvert.username,
|
||||
|
|
|
|||
Loading…
Reference in a new issue