mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28: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,
|
userToConvert: UserWithRelations,
|
||||||
isOwnAccount = false,
|
isOwnAccount = false,
|
||||||
): APIAccount => {
|
): APIAccount => {
|
||||||
|
console.log(userToConvert);
|
||||||
return {
|
return {
|
||||||
id: userToConvert.id,
|
id: userToConvert.id,
|
||||||
username: userToConvert.username,
|
username: userToConvert.username,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue