Update module.js

master^2^2
RKBoss6 2025-07-23 16:16:32 -04:00 committed by GitHub
parent ebc31b5e36
commit d4d4a7eaaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
function deleteData(){
storage.erase(filename);
};
}
// Expose public API
exports.record = recordBattery;
exports.deleteData = deleteData;