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