Skip to content

Commit

Permalink
docs: add deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
yhames committed Aug 14, 2024
1 parent 58eb8ea commit 03ff959
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class SlackPartybotService {
private final ApiUtil apiUtil;

private String getSlackUserId(String intraId) {
String userEmail = intraId + SlackConstant.INTRA_EMAIL_SUFFIX
String userEmail = intraId + SlackConstant.INTRA_EMAIL_SUFFIX;
HttpHeaders headers = new HttpHeaders();
headers.setContentType(MediaType.APPLICATION_FORM_URLENCODED);
headers.setBearerAuth(authenticationToken);
Expand Down

0 comments on commit 03ff959

Please sign in to comment.