upd: remove createdAt

This commit is contained in:
Mar0xy 2023-09-25 00:10:47 +02:00
parent 243527b2c8
commit 2847f9124e
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828

View file

@ -88,7 +88,6 @@ namespace MisskeyAPI {
suspended: null,
limited: null,
created_at: '',
createdAt: new Date().toUTCString(),
followers_count: 0,
following_count: 0,
statuses_count: 0,
@ -124,8 +123,7 @@ namespace MisskeyAPI {
noindex: null,
suspended: null,
limited: null,
created_at: u.createdAt ? u.createdAt : new Date().toUTCString(),
createdAt: u.createdAt ? u.createdAt : new Date().toUTCString(),
created_at: u.createdAt,
followers_count: u.followersCount,
following_count: u.followingCount,
statuses_count: u.notesCount,