Skip to content

Commit

Permalink
prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom-Mac committed Dec 7, 2023
1 parent a663764 commit a7b6c9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/updateOrders.ts
Original file line number Diff line number Diff line change
@@ -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()

Expand Down

0 comments on commit a7b6c9c

Please sign in to comment.