Fix pool using uncached list conversion

This commit is contained in:
Sam Carlton 2022-05-21 13:28:18 -05:00
parent 7f95c013bf
commit abe121a963

View file

@ -398,7 +398,7 @@ class BuildLists {
const { errors } = await PromisePool const { errors } = await PromisePool
.withConcurrency( poolSize ) .withConcurrency( poolSize )
.for( this.getListArray( listOptions.name ) ) .for( this.getListArrayMemoized( listOptions.name ) )
.process(async ( listEntry, index, pool ) => { .process(async ( listEntry, index, pool ) => {
// console.log('listEntry', listEntry) // console.log('listEntry', listEntry)