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

The parseFloat() has only one argument #417

Merged
merged 1 commit into from
Apr 17, 2020
Merged

Conversation

tlehtimaki
Copy link
Contributor

Removed the second argument of parseFloat(). It has only one argument. The confusion probably comes from parseInt() which has radix as the second optional argument.

Issue #416 , if available:
#416
Description of changes:
Fixed the minor bug in lib/common/transforms.js

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Removed the second argument of parseFloat(). It has only one argument. The confusion probably comes from parseInt() which has radix as the second optional argument.
@tlehtimaki
Copy link
Contributor Author

Whoops it seems theres is now two issues for this #417 and #416

@dbanksdesign
Copy link
Member

#417 is this PR, #416 is the issue. Issues and PRs are in the same numbering order on Github so you can reference issues or PRs with a hashtag. You are all good!

@tlehtimaki
Copy link
Contributor Author

Ha, good to know 👍 Mostly working with Atlassian tools these days.

@chazzmoney
Copy link
Collaborator

LGTM! :shipit:

@chazzmoney chazzmoney merged commit 16c3040 into amzn:master Apr 17, 2020
dbanksdesign pushed a commit that referenced this pull request Oct 5, 2020
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.

3 participants