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

fixed typo resulting in wrong type check #7

Merged
merged 1 commit into from
Jun 16, 2024
Merged

Conversation

ripjackie
Copy link
Contributor

I found a typo in the function checking for single mappings, you were checking type(nx_map[1] == "string") instead of type(nx_map[1]) == "string".

Copy link
Member

@ttytm ttytm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thank you!

@ttytm
Copy link
Member

ttytm commented Apr 10, 2024

Gonna investigate on the CI fail. It likely fails on main as well. It's been a while since it has run and might be failing due to changed dependencies.

@ttytm ttytm merged commit 7663bbc into tenxsoydev:main Jun 16, 2024
1 of 3 checks passed
@ttytm
Copy link
Member

ttytm commented Jun 16, 2024

thanks again sorry for taking long...

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.

2 participants