-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Fix sentry error log #2575
Fix sentry error log #2575
Conversation
|
||
return JSON.parse('{"' + decodeURI(search).replace(/"/g, '\\"').replace(/&/g, '","').replace(/=/g, '":"') + '"}'); | ||
for (var i = 0; i < hashes.length; i++) { | ||
hash = hashes[i].split('='); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected indentation of 4 spaces but found 6. (indent)
return JSON.parse('{"' + decodeURI(search).replace(/"/g, '\\"').replace(/&/g, '","').replace(/=/g, '":"') + '"}'); | ||
for (var i = 0; i < hashes.length; i++) { | ||
hash = hashes[i].split('='); | ||
myJson[hash[0]] = hash[1]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected indentation of 4 spaces but found 6. (indent)
Codecov Report
@@ Coverage Diff @@
## master #2575 +/- ##
=======================================
Coverage 30.01% 30.01%
=======================================
Files 162 162
Lines 12919 12919
Branches 1729 1729
=======================================
Hits 3878 3878
Misses 8919 8919
Partials 122 122 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍 🎉
Thank you!
🚢
Description
Checklist
Affected core subsystem(s)
Testing
Refers/Fixes
Fixes: #2554