Skip to content

Commit

Permalink
address linter
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Dec 21, 2022
1 parent 0cac782 commit dc3a349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions remote/slack/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ func getEventsAPIEventHandler(api *slack.Client, signingSecret string, inputMsgs

// process regular Callback events
if eventsAPIEvent.Type == slackevents.CallbackEvent {
//nolint:contextcheck // TODO: create and pass context?
handleCallBack(api, eventsAPIEvent.InnerEvent, bot, inputMsgs, w)
}
}
Expand Down

0 comments on commit dc3a349

Please sign in to comment.