Version erhöht, Log beim Anmelden an der Mongo entfernt

This commit is contained in:
2026-06-30 16:38:10 +00:00
parent 75ccb0b8ea
commit 74776e1762
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export const getOneProperty = async (params) => {
}
// read 'chip'-data (special for noise sensors)
const chipdata = await readChipData(opts.sensorid)
if (chipdata.err == undefined) {
if (chipdata.err === null) {
properties.chip = chipdata
}
let sensorEntries = [];