MoralisWeb3 / Moralis-JS-SDK

Moralis Official Javascript SDK
https://docs.moralis.io
Other
369 stars 256 forks source link

_EthAddress being used in Elrond unlink #88

Closed mobilekosmos closed 2 years ago

mobilekosmos commented 2 years ago

New Bug Report

Checklist

Issue Description

static async unlink(account) { const accountsLower = account.toLowerCase(); const ErdAddress = ParseObject.extend('_EthAddress');

I suppose _EthAddress is wrong here?

Steps + code to reproduce

Actual Outcome

Expected Outcome

Environment

Server

Client

Logs

ErnoW commented 2 years ago

Correct thanks for reporting. Fixing in https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/92