@ecency/wallets 1.5.6 → 1.5.7

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.
@@ -3772,7 +3772,7 @@ function getAccountWalletAssetInfoQueryOptions(username, asset, options2 = { ref
3772
3772
  (assetItem) => assetItem.info.name === asset.toUpperCase()
3773
3773
  );
3774
3774
  return assetInfo?.info;
3775
- } catch {
3775
+ } catch (e) {
3776
3776
  return void 0;
3777
3777
  }
3778
3778
  };