Skip to content

Commit

Permalink
fix: 회원 가입 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungGwan123 committed Nov 19, 2024
1 parent 3ff2b90 commit 23d949b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/account/account.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
@Entity()
export class Account {
@PrimaryGeneratedColumn()
id: string;
id: number;

@Column('double')
KRW: number;
Expand Down

0 comments on commit 23d949b

Please sign in to comment.