Skip to content

Commit

Permalink
upd date array, format
Browse files Browse the repository at this point in the history
  • Loading branch information
whiitex committed Jan 12, 2024
1 parent 37c060e commit 0e21b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/recruitment-session/recruitment-session.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class RecruitmentSession implements RecruitmentSessionInterface {
@Column({ name: 'interview_end' })
interviewEnd: Date;

@Column({array:true})
@Column({ array: true })
days: Date[];

@Column({ name: 'created_at' })
Expand Down

0 comments on commit 0e21b0e

Please sign in to comment.