Remove redundant TODO:
This commit is contained in:
@@ -805,7 +805,6 @@ export class ProductAPI extends BaseSQLDataSource {
|
||||
if (shouldAdd.length > 0) {
|
||||
const insertionProducts = [];
|
||||
// Insert in product-printproducts
|
||||
// TODO: Depracate typeid, its not used to check repeating
|
||||
const insertQuery = `INSERT INTO "product-printproducts" (productid, groupid) VALUES (?, ?)`;
|
||||
shouldAdd.forEach((groupId) => {
|
||||
insertionProducts.push(
|
||||
|
||||
Reference in New Issue
Block a user