[actions/send_matrix] fix typo
This commit is contained in:
@@ -98,11 +98,11 @@ func (s SendMatrix) DryExecute() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (s SendMatrix) Execute() {
|
func (s SendMatrix) Execute() {
|
||||||
fmt.Println("SendMatrix: Trying to send test message")
|
fmt.Println("SendMatrix: Trying to send message")
|
||||||
err := s.sendMessage(s.Message)
|
err := s.sendMessage(s.Message)
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Println("SendMatrix: failed to send test message")
|
fmt.Println("SendMatrix: failed to send message")
|
||||||
}
|
}
|
||||||
|
|
||||||
s.ActionChan <- err
|
s.ActionChan <- err
|
||||||
|
|||||||
Reference in New Issue
Block a user