Closed Jank1310 closed 4 months ago
@Flofie The following code has no guard against missing the unique property. Is this a bug?
const { columnStats, totalCount } = await acts.generateStatsPerColumn({ importerId, uniqueColumns: columnValidators.unique.map((item) => item.column), });
@Flofie The following code has no guard against missing the unique property. Is this a bug?