mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 23:16:28 +09:00
chore(backend): fix typo in warning message (#10284)
This commit is contained in:
@ -180,7 +180,7 @@ export class ApNoteService {
|
||||
const reply: Note | null = note.inReplyTo
|
||||
? await this.resolveNote(note.inReplyTo, resolver).then(x => {
|
||||
if (x == null) {
|
||||
this.logger.warn('Specified inReplyTo, but nout found');
|
||||
this.logger.warn('Specified inReplyTo, but not found');
|
||||
throw new Error('inReplyTo not found');
|
||||
} else {
|
||||
return x;
|
||||
|
Reference in New Issue
Block a user