Skip to content

Commit

Permalink
remove redundant info
Browse files Browse the repository at this point in the history
  • Loading branch information
dasrick committed Mar 29, 2020
1 parent 3e89b0b commit 0659c38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion send.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func NewClient() API {
// Send - will post a notification to MS Teams incomingWebhookURL
func (c teamsClient) Send(webhookURL string, webhookMessage MessageCard) error {
// validate url
// needs to look like: https://outlook.office.com/webhook/xxx
valid, err := isValidWebhookURL(webhookURL)
if !valid {
return err
Expand Down

0 comments on commit 0659c38

Please sign in to comment.