From 1bb5780f8d49e2bbeaa16798ab6853e87f0e55dd Mon Sep 17 00:00:00 2001 From: Raajkumar Subramaniam Date: Tue, 30 Apr 2024 12:01:18 -0400 Subject: [PATCH] Test --- function.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function.js b/function.js index 60372d5..548902e 100644 --- a/function.js +++ b/function.js @@ -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; }