修复一个单词拼写错误

This commit is contained in:
GoEdgeLab
2023-04-09 20:09:12 +08:00
parent c10e5c6340
commit 19880401c6

View File

@@ -387,7 +387,7 @@ func (this *CreateAction) RunPost(params struct {
AdminId: this.AdminId(), AdminId: this.AdminId(),
Type: params.ServerType, Type: params.ServerType,
Name: params.Name, Name: params.Name,
ServerNamesJON: params.ServerNames, ServerNamesJSON: params.ServerNames,
Description: params.Description, Description: params.Description,
NodeClusterId: clusterId, NodeClusterId: clusterId,
IncludeNodesJSON: includeNodesJSON, IncludeNodesJSON: includeNodesJSON,