startAt -> startsAt

This commit is contained in:
syuilo
2023-02-15 14:31:59 +09:00
parent 71c42bef9b
commit e24b0ceb80
6 changed files with 16 additions and 16 deletions

View File

@@ -22,7 +22,7 @@ export class Ad {
@Column('timestamp with time zone', {
comment: 'The expired date of the Ad.',
})
public startAt: Date;
public startsAt: Date;
@Column('varchar', {
length: 32, nullable: false,