Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
Signed-off-by: Min Min <[email protected]>
  • Loading branch information
jamsman94 committed Feb 12, 2025
1 parent 5a658f3 commit a356a62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ func (w *Service) sendDingDingMessage(uri, title, content, actionURL string, atM
IsAtAll: isAtAll,
}

resp, err := w.SendMessageRequest(uri, message)
_, err := w.SendMessageRequest(uri, message)
return err
}

0 comments on commit a356a62

Please sign in to comment.