Skip to content

Commit

Permalink
[CHORE]: MumentCardViewInterface 필드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchaeeun3447 committed Jan 29, 2023
1 parent 6ca5aa2 commit a944280
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion dist/services/AuthService.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions src/interfaces/mument/MumentCardViewInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ export interface MumentCardViewInterface {
musicId?: number;
music?: { // 채은 - 곡상세보기 명세서 response에 맞추기위해 추가했습니다
_id: string;
name: string;
artist: string;
image: string;
};
user: {
_id: number | string;
Expand Down
1 change: 0 additions & 1 deletion src/services/AuthService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const login = async (provider: string, authenticationCode: string, fcm_token: st
return constant.INVALID_AUTHENTICATION_CODE;
}



// 유저를 식별할 수 있는 id값
let kakaoId: any;
Expand Down

0 comments on commit a944280

Please sign in to comment.