Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
raajkumars committed Apr 30, 2024
1 parent 7f31c66 commit 1bb5780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion function.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ window.function = (qty, fromUnit, toUnit) => {
// @param {string} toUnit The unit to convert to.
// @returns {number} The converted quantity.
//const converter = new unitConverter(qty, fromUnit);
return qty*100;
return 100;
}

0 comments on commit 1bb5780

Please sign in to comment.