Skip to content

Commit

Permalink
Fixed JS jshint warning 'unnecessary semicolon'.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Feb 15, 2018
1 parent 5f1562b commit afed791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ GoAccess.Util = {
break;
default:
val = value;
};
}

return value == 0 ? String(val) : val;
},
Expand Down

0 comments on commit afed791

Please sign in to comment.