Skip to content

Commit bd885de

Browse files
fix: Fix type of AccountSource.fields (#1161)
1 parent 4ae3951 commit bd885de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mastodon/entities/v1/account.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface AccountSource {
1111
/** Profile bio. */
1212
note: string;
1313
/** Metadata about the account. */
14-
fields: AccountField;
14+
fields: AccountField[];
1515

1616
/** The default post privacy to be used for new statuses. */
1717
privacy?: StatusVisibility | null;

0 commit comments

Comments
 (0)