We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c06c8 commit 337c557Copy full SHA for 337c557
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