by Robin at 20240429

This commit is contained in:
Leufolium 2024-04-29 14:24:31 +08:00
parent f6c60cf574
commit 29f4a72c32
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ func createScanTextRequest(ctrlBlock *TextAuditTaskBatchControlBlock) (requests
if i*10 < len(reqTasks) {
request := &textaudit.ScanTextRequest{
Labels: scanLabels,
Tasks: reqTasks[i*10 : (i+1)*10],
Tasks: reqTasks[i*10:],
}
requests = append(requests, request)
}