Fix extra quote

This commit is contained in:
Duco van Amstel
2018-11-26 09:07:16 +00:00
committed by GitHub
parent b28c22ce46
commit 4837dacf3d

View File

@@ -281,7 +281,7 @@ func extractTopicOrPurpose(text string) (string, string) {
} }
} }
b.Log.Warnf("Encountered channel topic or purpose change message with unexpected format: %s", text) b.Log.Warnf("Encountered channel topic or purpose change message with unexpected format: %s", text)
return "unknown, "" return unknown, ""
} }
// @see https://api.slack.com/docs/message-formatting#linking_to_channels_and_users // @see https://api.slack.com/docs/message-formatting#linking_to_channels_and_users