Merge pull request #16372 from elizabeth-a-hobbs/patch-1
[linguist-backend] no longer skip initial batch
This commit is contained in:
@@ -114,6 +114,7 @@ export class LinguistBackendApi {
|
||||
);
|
||||
|
||||
const entities = entitiesOverview.filteredEntities.slice(
|
||||
0,
|
||||
this.batchSize ?? 20,
|
||||
);
|
||||
entities.forEach(async entityRef => {
|
||||
|
||||
Reference in New Issue
Block a user