Renamed importedBy to createdBy
This commit is contained in:
parent
ce04e4ff1c
commit
2b5831fccb
@ -68,7 +68,7 @@ function post(req: Request, res: Response) {
|
|||||||
SKU: record.sku,
|
SKU: record.sku,
|
||||||
manufacturer: record.manufacturer,
|
manufacturer: record.manufacturer,
|
||||||
status: itemStatus.normal,
|
status: itemStatus.normal,
|
||||||
importedBy: 'CSV_IMPORT'
|
createdBy: 'CSV_IMPORT'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
listOfPromises.push(promise);
|
listOfPromises.push(promise);
|
||||||
|
@ -64,7 +64,7 @@ function post(req: Request, res: Response) {
|
|||||||
SKU: record.sku,
|
SKU: record.sku,
|
||||||
manufacturer: record.manufacturer,
|
manufacturer: record.manufacturer,
|
||||||
status: itemStatus.normal,
|
status: itemStatus.normal,
|
||||||
importedBy: 'CSV_IMPORT'
|
createdBy: 'CSV_IMPORT'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
listOfPromises.push(promise);
|
listOfPromises.push(promise);
|
||||||
|
Loading…
Reference in New Issue
Block a user