Skip to content

Commit

Permalink
Prod 서버 재배포 (#255)
Browse files Browse the repository at this point in the history
* [CHORE] #249 푸시 알림 텍스트 변경

* #252 [FIX] 푸시 알림 텍스트 잘못된거 수정

* [HOTFIX] prod 서버 재배포
  • Loading branch information
yeseul106 authored Aug 20, 2024
1 parent e92beb9 commit 9fb5e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/friendService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const recommendBookToFriend = async (
},
});

//? 친구 없는 경우
//* 친구 없는 경우
if (friendData == null) {
return sc.NOT_FOUND;
}
Expand Down

0 comments on commit 9fb5e56

Please sign in to comment.