Skip to content

Commit

Permalink
fix(user.entity): 머지 도중 중복으로 provider, providerId 머지한 것 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
vimkim committed Nov 28, 2023
1 parent ccfa251 commit e5a560a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions server/src/entities/user.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ import Submission from './submission.entity';
export default class User extends BaseEntity {
@PrimaryGeneratedColumn()
id: number;
@Column()
provider: string;

@Column()
providerId: string;

@Column({ comment: 'OAuth provider string id' })
username: string;
Expand Down

0 comments on commit e5a560a

Please sign in to comment.