diff options
| author | Mar0xy <marie@kaifa.ch> | 2023-09-25 05:46:04 +0200 |
|---|---|---|
| committer | Mar0xy <marie@kaifa.ch> | 2023-09-25 05:46:04 +0200 |
| commit | 353d144dfa16d653e3be8dba3b4456d4094de7b4 (patch) | |
| tree | 56d4732c160099f0c70a82f194e5274b03360ad7 /packages | |
| parent | test: elk.zone callback (diff) | |
| download | sharkey-353d144dfa16d653e3be8dba3b4456d4094de7b4.tar.gz sharkey-353d144dfa16d653e3be8dba3b4456d4094de7b4.tar.bz2 sharkey-353d144dfa16d653e3be8dba3b4456d4094de7b4.zip | |
fix: u.description
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/megalodon/src/misskey/entities/user.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/megalodon/src/misskey/entities/user.ts b/packages/megalodon/src/misskey/entities/user.ts index 441e0056f4..350605f3f2 100644 --- a/packages/megalodon/src/misskey/entities/user.ts +++ b/packages/megalodon/src/misskey/entities/user.ts @@ -5,7 +5,7 @@ namespace MisskeyEntity { id: string name: string username: string - description?: string + description: string createdAt?: string followingCount?: number followersCount?: number |