Skip to content

Commit cd1791c

Browse files
committed
fix(admin_logs): fix staticcheck
1 parent 88db446 commit cd1791c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/boost/boost_admin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ func AdminContractReport(s *discordgo.Session, i *discordgo.InteractionCreate, c
510510
}
511511

512512
// Respond immediately to buy some time for processing and to avoid interaction timeout
513-
err := s.InteractionRespond(i.Interaction, &discordgo.InteractionResponse{
513+
_ = s.InteractionRespond(i.Interaction, &discordgo.InteractionResponse{
514514
Type: discordgo.InteractionResponseDeferredChannelMessageWithSource,
515515
Data: &discordgo.InteractionResponseData{
516516
Content: "Processing Request...",

0 commit comments

Comments
 (0)