Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
[#164] feat: slack 메시지 전송 기능을 임시로 비활성화한다.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevLuffy committed May 23, 2020
1 parent bd6868e commit a3131c4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ public Page<WishBookInfoResponse> getWishBooks(Pageable pageable, WishBookSearch
public WishBookHandleResponse handleWishBook(boolean sendMessage, WishBookHandleRequest request) {
WishBook wishBook = wishBookAdminService.handleWishBook(request);

sendTecorvisMessage(sendMessage, wishBook);
// TODO: 활성화
// sendTecorvisMessage(sendMessage, wishBook);

return WishBookHandleResponse.builder()
.id(wishBook.getId())
Expand Down

0 comments on commit a3131c4

Please sign in to comment.