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

feat: handle balances when returned as null (when hub connected to getalby.com is offfline) #3312

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pavanjoshi914
Copy link
Contributor

before:
image
image

after:
image
image

@pavanjoshi914
Copy link
Contributor Author

NaN also belong to number object so we cannot use typeof x == "number" to exlude it. so i used Number.isFinite() for checks

this helps hiding balances for all the cases where balance doesnt have actual balance returned

@pavanjoshi914 pavanjoshi914 changed the title feat: hide balances if balance is returned as null (when hub connected to getalby.com is offfline) feat: handle balances when returned as null (when hub connected to getalby.com is offfline) Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant