Skip to content

Commit

Permalink
fix input_data_util.js
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe.de.bruno authored and giuseppe.de.bruno committed Jul 22, 2022
1 parent abdafdf commit 39254fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const csvPay_CC = new SharedArray('pay_CC_data', function () {
const csvPay = new SharedArray('pay_data', function () {

return papaparse.parse(open('../../../../data/pay.csv'), { header: true }).data;
});


const csvCards = new SharedArray('cards_data', function () {
Expand Down

0 comments on commit 39254fb

Please sign in to comment.