We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a28643 commit a509c2dCopy full SHA for a509c2d
internal/codespaces/api/api.go
@@ -151,7 +151,6 @@ type Codespace struct {
151
CreatedAt string `json:"created_at"`
152
LastUsedAt string `json:"last_used_at"`
153
State string `json:"state"`
154
- GUID string `json:"guid"`
155
Branch string `json:"branch"`
156
RepositoryName string `json:"repository_name"`
157
RepositoryNWO string `json:"repository_nwo"`
0 commit comments