Skip to content

Commit

Permalink
Merge pull request #100 from TeamPINGLE/develop
Browse files Browse the repository at this point in the history
[hotfix] add @component in SlackUtil
  • Loading branch information
tkdwns414 authored Jan 18, 2024
2 parents bbd9a3e + 49fcc73 commit 261d6b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/pingle/pingleserver/utils/SlackUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
import com.slack.api.webhook.Payload;
import com.slack.api.webhook.WebhookResponse;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;

import java.io.IOException;
import java.util.Arrays;

@Component
public class SlackUtil {

@Value("${slack.webhook.team-created}")
Expand Down

0 comments on commit 261d6b5

Please sign in to comment.