Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong type in decimals #236

Open
1 of 3 tasks
developOleg250 opened this issue Apr 21, 2022 · 0 comments
Open
1 of 3 tasks

Wrong type in decimals #236

developOleg250 opened this issue Apr 21, 2022 · 0 comments
Labels
Accepted Issue has been accepted, and added to the backlog/roadmap.

Comments

@developOleg250
Copy link

developOleg250 commented Apr 21, 2022

New Bug Report

Checklist

Issue Description

Steps + code to reproduce

.getTokenBalances => fix decimals: string; => decimals: STRING;

In getTokenPrice decimals is STRING

I need fix type of decimals to NUMBER

Actual Outcome

Expected Outcome

Environment

Server

  • Moralis server version: FILL_THIS_OUT

Client

  • react-moralis version: 1.3.5
  • Moralis SDK version: FILL_THIS_OUT
  • Operating system: Linux
  • Browser: Chrome

Logs

.getTokenBalances => fix decimals: string; => decimals: STRING;

In getTokenPrice decimals is STRING

I need fix type of decimals to NUMBER

@ErnoW ErnoW added the Accepted Issue has been accepted, and added to the backlog/roadmap. label Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Issue has been accepted, and added to the backlog/roadmap.
Projects
None yet
Development

No branches or pull requests

2 participants