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