From ea124728e7c3dc737eb2987af523544836358f2d Mon Sep 17 00:00:00 2001 From: l198881 <82917144+l198881@users.noreply.github.com> Date: Tue, 25 May 2021 19:07:27 -0300 Subject: [PATCH] Update get-all-products.ts --- framework/shopify/product/get-all-products.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/shopify/product/get-all-products.ts b/framework/shopify/product/get-all-products.ts index c05840d8e..2ab651392 100644 --- a/framework/shopify/product/get-all-products.ts +++ b/framework/shopify/product/get-all-products.ts @@ -36,4 +36,4 @@ ReturnType = { } } -export default getAllProducts + getAllProducts