From a7b6c9c6a398a96ed75fae3ad6cbc0af7077fe63 Mon Sep 17 00:00:00 2001 From: Dom-Mac Date: Thu, 7 Dec 2023 02:26:34 +0100 Subject: [PATCH] prod --- src/updateOrders.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/updateOrders.ts b/src/updateOrders.ts index b5ad87e..62b309d 100644 --- a/src/updateOrders.ts +++ b/src/updateOrders.ts @@ -1,8 +1,8 @@ async function updateOrders() { - // const res = await fetch("https://slice.so/api/orders/storeBasedMerch") - const res = await fetch( - "https://base-testnet.slice.so/api/orders/storeBasedMerch" - ) + const res = await fetch("https://slice.so/api/orders/storeBasedMerch") + // const res = await fetch( + // "https://base-testnet.slice.so/api/orders/storeBasedMerch" + // ) const response = await res.json()