Skip to content

Commit 237fdd4

Browse files
Update internal/codespaces/api/api.go
Co-authored-by: Jose Garcia <josebalius@github.com>
1 parent aa49a3a commit 237fdd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/codespaces/api/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ type CodespaceEnvironmentConnection struct {
187187
HostPublicKeys []string `json:"hostPublicKeys"`
188188
}
189189

190-
// codespacesListResponse is the request body for the `/user/codespaces` endpoint
190+
// codespacesListResponse is the response body for the `/user/codespaces` endpoint
191191
type getCodespacesListResponse struct {
192192
Codespaces []*Codespace `json:"codespaces"`
193193
TotalCount int `json:"total_count"`

0 commit comments

Comments
 (0)