We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2dea908 + fe6621e commit fe670b3Copy full SHA for fe670b3
1 file changed
server/src/main/java/com/objectcomputing/checkins/services/slack/SlackSearch.java
@@ -69,6 +69,7 @@ public String findChannelName(String channelId) {
69
70
if (response.isOk()) {
71
for (Conversation conversation: response.getChannels()) {
72
+ LOG.trace("Found conversation: {}", conversation);
73
if (conversation.getId().equals(channelId)) {
74
return conversation.getName();
75
}
0 commit comments