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 #497 #499

Merged
merged 2 commits into from Jan 17, 2020
Merged

Conversation

pushrbx
Copy link
Contributor

@pushrbx pushrbx commented Jan 17, 2020

This fixes the issue with null string type variables, as described in #497

@ghost
Copy link

ghost commented Jan 17, 2020

DeepCode's analysis on #76d2ca found:

  • 0 critical issues. ⚠️ 0 warnings and 0 minor issues. ✔️ 0 issues were fixed.

💬 This comment has been generated by the DeepCode bot, installed by the owner of the repository. The DeepCode bot protects your repository by detecting and commenting on security vulnerabilities or other critical issues.


☺️ If you want to provide feedback on our bot, here is how to contact us.

@TravisBuddy
Copy link

Hey @pushrbx,
Your changes look good to me!

View build log

TravisBuddy Request Identifier: 71a5e430-3922-11ea-b1da-df51646d6421

variables[variable.key] = parseFloat(variable.value);
} else {
console.log(variable);
Copy link
Member

Choose a reason for hiding this comment

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

please remove console.log()

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

Copy link
Member

@AndrewBastin AndrewBastin left a comment

Choose a reason for hiding this comment

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

For the scope of this bug fix. I will allow this.

@AndrewBastin AndrewBastin merged commit cc5966e into hoppscotch:master Jan 17, 2020
@TravisBuddy
Copy link

Hey @pushrbx,
Your changes look good to me!

View build log

TravisBuddy Request Identifier: d2fd1dc0-3972-11ea-b1da-df51646d6421

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.

None yet

4 participants