rename parameter name to "disk"

This commit is contained in:
Chris Lu
2020-12-13 12:06:21 -08:00
parent 51eadaf2b6
commit 8baba93fce
7 changed files with 8 additions and 8 deletions

View File

@@ -131,7 +131,7 @@ func submitForClientHandler(w http.ResponseWriter, r *http.Request, masterUrl st
Replication: r.FormValue("replication"),
Collection: r.FormValue("collection"),
Ttl: r.FormValue("ttl"),
DiskType: r.FormValue("diskType"),
DiskType: r.FormValue("disk"),
}
assignResult, ae := operation.Assign(masterUrl, grpcDialOption, ar)
if ae != nil {