Skip to content

Commit

Permalink
[CHORE] 홈 컨텐트가 없을 경우 상수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hujumee committed Jul 20, 2022
1 parent 950288d commit 853b7bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/serviceReturnConstant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const constant = {
NO_MUSIC: -2, // 아이디로 조회한 음악의 값이 없을 때
NO_MUMENT: -3, // 아이디로 조회한 뮤멘트의 값이 없을 때
WRONG_PASSWORD: -4, // 패스워드가 일치하지 않을 때
NO_HOME_CONTENT: -5, // 홈에 들어갈 뮤멘트가 존재하지 않을 때
};

export default constant;

0 comments on commit 853b7bf

Please sign in to comment.