Skip to content

Commit

Permalink
fix : error code 수정
Browse files Browse the repository at this point in the history
* 중복되는 4013 코드 수정
  • Loading branch information
khw3754 committed Jan 3, 2024
1 parent 2de2977 commit a560d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/config/errorCode.enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ export enum ERROR_CODE {
'BAD_IMAGE' = 4013,
'WRONG_TOKEN' = 4100,
'EXPIRED_TOKEN' = 4101,
'NOT_ADDED_MUSIC' = 4013,
'NOT_ADDED_MUSIC' = 4014,
}

0 comments on commit a560d56

Please sign in to comment.