Skip to content

Commit db2a7aa

Browse files
author
Yehudit Kerido
committed
Add missing ports field to workspace model
Signed-off-by: Yehudit Kerido <[email protected]>
1 parent 87f3c2d commit db2a7aa

File tree

1 file changed

+1
-1
lines changed
  • workspaces/backend/internal/models/workspaces

1 file changed

+1
-1
lines changed

workspaces/backend/internal/models/workspaces/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ type ImageConfig struct {
8989

9090
type ImagePort struct {
9191
ID string `json:"id"`
92-
DisplayName string `json:"display_name"`
92+
DisplayName string `json:"displayName"`
9393
Port string `json:"port"`
9494
}
9595

0 commit comments

Comments
 (0)