Skip to content

Commit

Permalink
Remove unused HTTPClient moq
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal authored and umputun committed Nov 22, 2024
1 parent a3163c0 commit ac97942
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/bot/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import (
"github.com/umputun/tg-spam/lib/spamcheck"
)

//go:generate moq --out mocks/http_client.go --pkg mocks --skip-ensure . HTTPClient:HTTPClient

// PermanentBanDuration defines duration of permanent ban:
// If user is restricted for more than 366 days or less than 30 seconds from the current time,
// they are considered to be restricted forever.
Expand Down

0 comments on commit ac97942

Please sign in to comment.