Skip to content

Commit

Permalink
Changes the JSON attribute to extra_replicas, not replicas (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
iheanyi authored Oct 14, 2024
1 parent 4851f5b commit 6b51d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planetscale/keyspaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type CreateBranchKeyspaceRequest struct {
Branch string `json:"-"`
Name string `json:"name"`
ClusterSize ClusterSize `json:"cluster_size"`
ExtraReplicas int `json:"replicas"`
ExtraReplicas int `json:"extra_replicas"`
Shards int `json:"shards"`
}

Expand Down

0 comments on commit 6b51d53

Please sign in to comment.