upd: set createdAt on created_at

This commit is contained in:
Mar0xy 2023-09-25 04:22:17 +02:00
parent fc377980d4
commit 6ed28c76fb
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ namespace MisskeyAPI {
noindex: null,
suspended: null,
limited: null,
created_at: '',
created_at: u.createdAt ? u.createdAt : '',
createdAt: u.createdAt,
followers_count: 0,
following_count: 0,