From d4d4a7eaaa5b220047cb614df4b9dc50fa87e3b1 Mon Sep 17 00:00:00 2001 From: RKBoss6 <178680496+RKBoss6@users.noreply.github.com> Date: Wed, 23 Jul 2025 16:16:32 -0400 Subject: [PATCH] Update module.js --- apps/smartbatt/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/smartbatt/module.js b/apps/smartbatt/module.js index 9d0f3b941..8179cb9fd 100644 --- a/apps/smartbatt/module.js +++ b/apps/smartbatt/module.js @@ -96,7 +96,7 @@ function deleteData(){ storage.erase(filename); - }; + } // Expose public API exports.record = recordBattery; exports.deleteData = deleteData;