Skip to content

Commit

Permalink
chore: Fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmichaelchen committed Jan 13, 2024
1 parent 4a2ea14 commit 414bc91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/svc/org/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ func (s *Service) GetOrg(
"id", req.Msg.GetId(),
"err", err,
)

if errors.Is(err, sql.ErrNoRows) {
return nil, connect.NewError(
connect.CodeNotFound,
Expand Down

0 comments on commit 414bc91

Please sign in to comment.