Skip to content

Commit

Permalink
fail lint
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicoYal committed Dec 16, 2024
1 parent efadc38 commit 7313096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/api/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/rs/zerolog/log"
)

// ErrorDetails custom error struct

type ErrorDetails struct {

Check warning on line 17 in internal/app/api/json.go

View workflow job for this annotation

GitHub Actions / lint

exported: exported type ErrorDetails should have comment or be unexported (revive)
Success bool
Message string
Expand Down

0 comments on commit 7313096

Please sign in to comment.