Skip to content

Commit

Permalink
linter...
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Dec 21, 2022
1 parent dc3a349 commit 247b5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote/slack/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +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?
//nolint:contextcheck // TODO: create and pass context?
handleCallBack(api, eventsAPIEvent.InnerEvent, bot, inputMsgs, w)
}
}
Expand Down

0 comments on commit 247b5ef

Please sign in to comment.