mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-11 01:00:07 +09:00
Fix bug
This commit is contained in:
parent
d7df75ae6c
commit
2b6389b4dc
@ -118,6 +118,8 @@ export class UserRepository extends Repository<User> {
|
|||||||
} : {}),
|
} : {}),
|
||||||
|
|
||||||
...(opts.detail ? {
|
...(opts.detail ? {
|
||||||
|
createdAt: user.createdAt,
|
||||||
|
updatedAt: user.updatedAt,
|
||||||
description: profile.description,
|
description: profile.description,
|
||||||
location: profile.location,
|
location: profile.location,
|
||||||
birthday: profile.birthday,
|
birthday: profile.birthday,
|
||||||
|
Loading…
Reference in New Issue
Block a user