Remove redundant TODO:

This commit is contained in:
Rikard Bartholf
2024-04-04 16:45:35 +02:00
parent 350bad4404
commit 6c753a7954
-1
View File
@@ -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(