From 512ebf89f52129216fc56c719df4f2e967f93418 Mon Sep 17 00:00:00 2001 From: Niklas Fondberg Date: Wed, 7 Jul 2021 13:21:23 +0200 Subject: [PATCH] Fix merge conflict --- src/datasources/category-api.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/datasources/category-api.ts b/src/datasources/category-api.ts index 82658e6..fff2793 100644 --- a/src/datasources/category-api.ts +++ b/src/datasources/category-api.ts @@ -57,8 +57,6 @@ WHERE product_category.product_id = ? }; }); } -<<<<<<< Updated upstream -======= /** * category keywords @@ -74,5 +72,4 @@ JOIN keywords ON category_keyword.keyword_id = keywords.id; * */ ->>>>>>> Stashed changes }