We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f3c2d commit db2a7aaCopy full SHA for db2a7aa
workspaces/backend/internal/models/workspaces/types.go
@@ -89,7 +89,7 @@ type ImageConfig struct {
89
90
type ImagePort struct {
91
ID string `json:"id"`
92
- DisplayName string `json:"display_name"`
+ DisplayName string `json:"displayName"`
93
Port string `json:"port"`
94
}
95
0 commit comments