Skip to content

Commit

Permalink
use string type for lint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
iheanyi committed Sep 14, 2021
1 parent 5735130 commit bb12d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planetscale/branches.go
Expand Up @@ -107,7 +107,7 @@ type GetPromotionRequestRequest struct {
type BranchPromotionRequest struct {
ID string `json:"id"`
Branch string `json:"branch"`
LintErrors *string `json:"lint_errors"`
LintErrors string `json:"lint_errors"`
State string `json:"state"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
Expand Down

0 comments on commit bb12d41

Please sign in to comment.