Skip to content

Commit e29a0ac

Browse files
authored
Merge branch 'geramirez/codespaces-pagination' of https://github.com/geramirez/cli into geramirez/codespaces-pagination
2 parents 34f9c0a + 237fdd4 commit e29a0ac

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)