This commit is contained in:
Leufolium 2024-09-23 11:54:18 +08:00
parent 6bcb35a65f
commit f373ab76ee
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ func ImportUserIdMap() {
if upper >= len(list) {
upper = len(list) - 1
}
go ImportAsList(mcli, ctx, list[lower:upper], i)
ImportAsList(mcli, ctx, list[lower:upper], i)
}
fmt.Printf("Import into test success")