Skip to content

Commit 50c11bc

Browse files
committed
chore: Remove unintended comment from InstanceRegistrations.minAge
1 parent 4bcc23a commit 50c11bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mastodon/entities/v2/instance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export interface InstanceRegistrations {
108108
approvalRequired: boolean;
109109
/** A custom message to be shown when registrations are closed. */
110110
message?: string | null;
111-
/** Description: A minimum age required to register, if configured. */
111+
/** A minimum age required to register, if configured. */
112112
minAge?: number | null;
113113
/** Whether registrations require the user to provide a reason for joining. Only applicable when `registrations[approval_required]` is true. */
114114
reasonRequired?: boolean | null;

src/mastodon/rest/v1/accounts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export interface Accounts$SelectResource {
300300

301301
/**
302302
* Add the given account to the user’s featured profiles.
303-
* @params meta Metadata
303+
* @param meta Metadata
304304
* @return Relationship
305305
* @see https://docs.joinmastodon.org/methods/accounts/#endorse
306306
*/

0 commit comments

Comments
 (0)