Skip to content

Commit

Permalink
Update pkg/http/errors.go
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Pechkurov <[email protected]>
  • Loading branch information
sklarsa and puzpuzpuz authored Mar 13, 2024
1 parent 7b2263b commit b22cede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/http/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type HttpError struct {

Code string `json:"code"`
Message string `json:"message"`
Line int `json:"line"`
Line int `json:"line,omitempty"`
ErrorId string `json:"errorId"`
}

Expand Down

0 comments on commit b22cede

Please sign in to comment.