summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-11-09 10:00:56 -0300
committerSebastian <sebasjm@gmail.com>2023-11-09 10:00:56 -0300
commit9395b58f673eb96abc8ae8571141d59e33cf4650 (patch)
tree01909da0d2088dff30e113e95c92c031ed42660a
parente8c39767e345eca95de0fa07809cbdcaa5a83340 (diff)
downloadwallet-core-9395b58f673eb96abc8ae8571141d59e33cf4650.tar.gz
wallet-core-9395b58f673eb96abc8ae8571141d59e33cf4650.tar.bz2
wallet-core-9395b58f673eb96abc8ae8571141d59e33cf4650.zip
fix: not evicting cache because of typo
-rw-r--r--packages/merchant-backoffice-ui/src/hooks/product.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/merchant-backoffice-ui/src/hooks/product.ts b/packages/merchant-backoffice-ui/src/hooks/product.ts
index e06ea8ed8..b54cd4d91 100644
--- a/packages/merchant-backoffice-ui/src/hooks/product.ts
+++ b/packages/merchant-backoffice-ui/src/hooks/product.ts
@@ -57,7 +57,7 @@ export function useProductAPI(): ProductAPI {
data,
});
- return await mutateAll(/.*"\/private\/products.*/);
+ return await mutateAll(/.*\/private\/products.*/);
};
const updateProduct = async (