Skip to content

Commit a0c11d6

Browse files
committed
name convention changed
1 parent 29f01f6 commit a0c11d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/bean/AppView.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ type AppDetailContainer struct {
121121
Environments []Environment `json:"otherEnvironment,omitempty"`
122122
LinkOuts []LinkOuts `json:"linkOuts,omitempty"`
123123
ResourceTree map[string]interface{} `json:"resourceTree,omitempty"`
124-
Notes string `json:"Notes,omitempty"`
124+
Notes string `json:"gitOpsNotes,omitempty"`
125125
}
126126

127127
type Environment struct {

0 commit comments

Comments
 (0)