1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-17 19:35:29 +02:00
This commit is contained in:
tamaina
2024-03-09 17:22:20 +00:00
12 changed files with 19 additions and 8 deletions

View File

@@ -129,7 +129,7 @@ export class ApNoteService {
value,
object,
});
throw new Error('invalid note');
throw err;
}
const note = object as IPost;