From 473eb9015f72dc8e71f91d2116a87e909621ae11 Mon Sep 17 00:00:00 2001 From: Giuseppe Raffa <77052701+sesee3@users.noreply.github.com> Date: Mon, 6 Apr 2026 11:50:10 +0200 Subject: [PATCH] feat: export initDB function in authdb helper module --- realtime/src/helper/authdb.js | 1 + 1 file changed, 1 insertion(+) diff --git a/realtime/src/helper/authdb.js b/realtime/src/helper/authdb.js index b409993..8496f9b 100644 --- a/realtime/src/helper/authdb.js +++ b/realtime/src/helper/authdb.js @@ -96,6 +96,7 @@ async function getSensors() { module.exports = { checkDB, + initDB, getSensor, updateLastSeen, setSensorActivity,