feat: リプライをホーム投稿にする

This commit is contained in:
mattyatea 2023-09-11 19:51:09 +09:00
parent 77fabe6626
commit b64a06b962

View file

@ -48,7 +48,6 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
if (err.id === '9725d0ce-ba28-4dde-95a7-2cbb2c15de24') throw new ApiError(meta.errors.noSuchNote);
throw err;
});
return await this.noteEntityService.pack(note, me, {
detail: true,
});