summaryrefslogtreecommitdiff
path: root/packages/megalodon/src/misskey
diff options
context:
space:
mode:
authorMar0xy <marie@kaifa.ch>2023-09-25 05:46:04 +0200
committerMar0xy <marie@kaifa.ch>2023-09-25 05:46:04 +0200
commit353d144dfa16d653e3be8dba3b4456d4094de7b4 (patch)
tree56d4732c160099f0c70a82f194e5274b03360ad7 /packages/megalodon/src/misskey
parenttest: elk.zone callback (diff)
downloadsharkey-353d144dfa16d653e3be8dba3b4456d4094de7b4.tar.gz
sharkey-353d144dfa16d653e3be8dba3b4456d4094de7b4.tar.bz2
sharkey-353d144dfa16d653e3be8dba3b4456d4094de7b4.zip
fix: u.description
Diffstat (limited to 'packages/megalodon/src/misskey')
-rw-r--r--packages/megalodon/src/misskey/entities/user.ts2
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