added links from duplicator

This commit is contained in:
Jan Prochazka
2023-02-17 10:41:01 +01:00
parent 7802cde14d
commit 67e287cfdf
2 changed files with 43 additions and 3 deletions

View File

@@ -113,7 +113,9 @@ class DuplicatorItemHolder {
}
const doCopy = async () => {
// console.log('chunk', this.name, JSON.stringify(chunk));
const insertedObj = this.createInsertObject(chunk);
// console.log('insertedObj', this.name, JSON.stringify(insertedObj));
if (insertedObj == null) {
skipped += 1;
return;