Fix merge conflict

This commit is contained in:
Niklas Fondberg
2021-07-07 13:21:23 +02:00
parent fe096eae7d
commit 512ebf89f5
-3
View File
@@ -57,8 +57,6 @@ WHERE product_category.product_id = ?
}; };
}); });
} }
<<<<<<< Updated upstream
=======
/** /**
* category keywords * category keywords
@@ -74,5 +72,4 @@ JOIN keywords ON category_keyword.keyword_id = keywords.id;
* *
*/ */
>>>>>>> Stashed changes
} }