Skip to content

Commit ecc5620

Browse files
Fix counting in ncit logging
1 parent 0cdda60 commit ecc5620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ncit/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ const uploadFile = async ({
418418
counts.error++;
419419
continue;
420420
}
421-
logger.verbose(`processing (${i} / ${rows.length}) ${row.sourceId}`);
421+
logger.verbose(`processing (${i + 1} / ${rows.length}) ${row.sourceId}`);
422422
let record;
423423

424424
try {

0 commit comments

Comments
 (0)