Skip to content

Commit

Permalink
👀 :: chore :: delete default option
Browse files Browse the repository at this point in the history
  • Loading branch information
soyeonkim0227 committed Dec 13, 2023
1 parent 9f15283 commit d3cbe79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/user/entities/user.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ export class User {
@Column({ unique: true })
email: string;

@Column({ default: '기본 프로필 사진 링크' })
@Column()
profile: string;

@Column({ default: '기본 배경 사진 링크' })
@Column()
background: string;

@Column()
Expand Down

0 comments on commit d3cbe79

Please sign in to comment.