Skip to content

Commit

Permalink
remove duplicate function (#4923)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc authored Jul 31, 2019
1 parent ef55e37 commit d417243
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/assets/v2/js/pages/bulk_payout.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
const round = function(num, decimals) {
return Math.round(num * 10 ** decimals) / 10 ** decimals;
};


const rateUser = (elem) => {
let userSelected = $(elem).select2('data')[0].text;

Expand Down

0 comments on commit d417243

Please sign in to comment.