chore: fix some function names (#20243)

Signed-off-by: rubyisrust <rustrover@icloud.com>
This commit is contained in:
rubyisrust
2024-08-14 02:23:33 +08:00
committed by GitHub
parent acdb355070
commit 516af01a12
3 changed files with 3 additions and 3 deletions

View File

@@ -1705,7 +1705,7 @@ func (a adminAPIHandlers) DescribeBatchJob(w http.ResponseWriter, r *http.Reques
w.Write(buf)
}
// StarBatchJob queue a new job for execution
// StartBatchJob queue a new job for execution
func (a adminAPIHandlers) StartBatchJob(w http.ResponseWriter, r *http.Request) {
ctx := r.Context()