Update module.js

master
RKBoss6 2025-07-23 17:24:33 -04:00 committed by GitHub
parent b170e9bb33
commit cb9b22afe4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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