upd: set createdAt on created_at
This commit is contained in:
parent
fc377980d4
commit
6ed28c76fb
|
@ -87,7 +87,7 @@ namespace MisskeyAPI {
|
||||||
noindex: null,
|
noindex: null,
|
||||||
suspended: null,
|
suspended: null,
|
||||||
limited: null,
|
limited: null,
|
||||||
created_at: '',
|
created_at: u.createdAt ? u.createdAt : '',
|
||||||
createdAt: u.createdAt,
|
createdAt: u.createdAt,
|
||||||
followers_count: 0,
|
followers_count: 0,
|
||||||
following_count: 0,
|
following_count: 0,
|
||||||
|
|
Loading…
Reference in New Issue