feat: export initDB function in authdb helper module

This commit is contained in:
Giuseppe Raffa
2026-04-06 11:50:10 +02:00
parent f785fbedca
commit 473eb9015f

View File

@@ -96,6 +96,7 @@ async function getSensors() {
module.exports = {
checkDB,
initDB,
getSensor,
updateLastSeen,
setSensorActivity,