Closed akosel closed 3 years ago
Hi @akosel good catch on this, can you fix the lint error in this PR? I guess the test build failed for that.
Hi @akosel good catch on this, can you fix the lint error in this PR? I guess the test build failed for that.
Thank you, I think I fixed it.
Hi @akosel Thank you. I believe the lint error is fixed now, just now the test seems need some fix.
Ah, yeah, it was a parenthesis in the wrong place. I believe this should do it :crossed_fingers:
Thanks @akosel, the build seems passing now
Summary
Fixes https://github.com/amplitude/Amplitude-Node/issues/116. There was another PR which added
boolean
as a valid type, but it didn't fix the core problem. This PR does and updates the tests to account forboolean
as a valid value type.Here is the original issue that was reported: https://github.com/amplitude/Amplitude-Node/issues/116
Checklist