Skip to content

Commit 372a8cf

Browse files
committed
Refac : put score in %
1 parent 68d4227 commit 372a8cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ function convertArrayOfObjectsToCSV(data) {
3838
elt[4] = convertMilliseconds(elt[4]);
3939
elt[8] = new Date(allData.creationTime).toDateString();
4040
elt[6] = getTimeOfDay(allData.creationTime);
41+
elt[3] /= 100;
4142
return elt;
4243
});
4344

0 commit comments

Comments
 (0)