some changes

This commit is contained in:
2026-05-20 17:31:03 +02:00
parent e30a08c0a1
commit 1b99b2e5d8
10 changed files with 19 additions and 30 deletions
+1 -1
View File
@@ -81,4 +81,4 @@ function update() {
timeoutID = setInterval(sendKeepalive, 5 * 60 * 1000);
}
module.exports.update = update;
module.exports = update;