We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbab904 + 337c557 commit b513929Copy full SHA for b513929
internal/codespaces/api/api.go
@@ -155,8 +155,8 @@ type CodespaceGitStatus struct {
155
Ahead int `json:"ahead"`
156
Behind int `json:"behind"`
157
Ref string `json:"ref"`
158
- HasUnpushedChanges bool `json:"hasUnpushedChanges"`
159
- HasUncommitedChanges bool `json:"hasUncommitedChanges"`
+ HasUnpushedChanges bool `json:"has_unpushed_changes"`
+ HasUncommitedChanges bool `json:"has_uncommited_changes"`
160
}
161
162
const (
0 commit comments