mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
Mom, I'm debugging in production again!
This commit is contained in:
parent
ed58b7e67f
commit
310f8d2739
1 changed files with 1 additions and 0 deletions
|
|
@ -709,6 +709,7 @@ export const userToAPI = (
|
|||
userToConvert: UserWithRelations,
|
||||
isOwnAccount = false,
|
||||
): APIAccount => {
|
||||
console.log(userToConvert);
|
||||
return {
|
||||
id: userToConvert.id,
|
||||
username: userToConvert.username,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue