remove outdated TODO comments from NoteEdit.ts

This commit is contained in:
Hazelnoot 2025-11-14 19:09:50 -05:00
parent be517b5fdc
commit bbf2466fa7

View file

@ -28,7 +28,6 @@ export class NoteEdit {
@JoinColumn()
public note: MiNote | null;
// TODO data migration
@Column({
...id(),
comment: 'The ID of author.',
@ -98,7 +97,6 @@ export class NoteEdit {
})
public updatedAt: Date;
// TODO rename migration
@Column('text', {
nullable: true,
})