不要なコメントの削除
This commit is contained in:
parent
2158e75db2
commit
d4dcf998b0
|
@ -142,8 +142,6 @@ export class NoteDraftService {
|
||||||
|
|
||||||
@bindThis
|
@bindThis
|
||||||
public async getDraft(me: MiLocalUser, draftId: MiNoteDraft['id']): Promise<MiNoteDraft> {
|
public async getDraft(me: MiLocalUser, draftId: MiNoteDraft['id']): Promise<MiNoteDraft> {
|
||||||
// Errorは仮置きで置換が簡単になるようにしておく
|
|
||||||
|
|
||||||
const draft = await this.noteDraftsRepository.findOneBy({
|
const draft = await this.noteDraftsRepository.findOneBy({
|
||||||
id: draftId,
|
id: draftId,
|
||||||
userId: me.id,
|
userId: me.id,
|
||||||
|
|
Loading…
Reference in New Issue