mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
interact: fix logger call
This commit is contained in:
parent
7b572120a1
commit
5790c10a38
|
@ -413,7 +413,7 @@ func (s *Slack) listen(ctx context.Context) {
|
|||
|
||||
case *slack.ModalViewRequest:
|
||||
if resp, err := s.socket.OpenView(slashCmd.TriggerID, *o); err != nil {
|
||||
log.WithError(err).Error("[slack] view open error, resp: %+v", resp)
|
||||
log.WithError(err).Errorf("[slack] view open error, resp: %+v", resp)
|
||||
}
|
||||
s.socket.Ack(*evt.Request)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user