chore: fix indentation on misskey-js md file

This commit is contained in:
Marie 2024-09-14 00:11:10 +02:00
parent 737b919c33
commit 01466279e8
No known key found for this signature in database
GPG Key ID: 7ADF6C9CD9A28555
1 changed files with 4 additions and 4 deletions

View File

@ -783,10 +783,10 @@ export type Channels = {
reporterId: string; reporterId: string;
comment: string; comment: string;
}; };
failedIdCheck: { failedIdCheck: {
userId: string; userId: string;
comment: string; comment: string;
}; };
}; };
receives: null; receives: null;
}; };