startAt -> startsAt
This commit is contained in:
parent
71c42bef9b
commit
e24b0ceb80
6 changed files with 16 additions and 16 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue