wip: returnするように
This commit is contained in:
parent
3cd9ff8ca9
commit
b5dca45220
|
@ -502,7 +502,7 @@ export class ApNoteService {
|
||||||
|
|
||||||
const poll = await this.apQuestionService.extractPollFromQuestion(note, resolver).catch(() => undefined);
|
const poll = await this.apQuestionService.extractPollFromQuestion(note, resolver).catch(() => undefined);
|
||||||
|
|
||||||
await this.noteEditService.edit(actor, targetNote.id, {
|
return await this.noteEditService.edit(actor, targetNote.id, {
|
||||||
publishedAt: note.updated ? new Date(note.updated) : new Date(),
|
publishedAt: note.updated ? new Date(note.updated) : new Date(),
|
||||||
files,
|
files,
|
||||||
reply,
|
reply,
|
||||||
|
|
Loading…
Reference in New Issue