diff --git a/src/datasources/product-api.ts b/src/datasources/product-api.ts index fa5faa4..b1b37d3 100644 --- a/src/datasources/product-api.ts +++ b/src/datasources/product-api.ts @@ -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(