Skip to content

Commit

Permalink
Fixed lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ayusht2810 committed Feb 12, 2024
1 parent a56bdab commit bdf0528
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ linters:
- ineffassign
- misspell
- nakedret
- revive
- staticcheck
- stylecheck
- typecheck
Expand Down
2 changes: 1 addition & 1 deletion server/get_subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

var GetChannelSubscription = &Endpoint{
RequiresAdmin: true,
RequiresAdmin: false,
Path: "/{channelID:[A-Za-z0-9]+}/subscription",
Method: http.MethodGet,
Execute: handleGetChannelSubscription,
Expand Down

0 comments on commit bdf0528

Please sign in to comment.