@timardex/cluemart-shared 1.3.61 → 1.3.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3437,9 +3437,7 @@ var useUpdateAppSettings = () => {
3437
3437
  return { error, loading, updateAppSettings };
3438
3438
  };
3439
3439
  var useCrawlGoogleMarkets = () => {
3440
- const [crawlGoogleMarkets, { loading, error }] = (0, import_client65.useMutation)(
3441
- CRAWL_GOOGLE_MARKETS_MUTATION
3442
- );
3440
+ const [crawlGoogleMarkets, { loading, error }] = (0, import_client65.useMutation)(CRAWL_GOOGLE_MARKETS_MUTATION);
3443
3441
  return { crawlGoogleMarkets, error, loading };
3444
3442
  };
3445
3443