V 2.03 Noch ein paar Anpassungen
This commit is contained in:
2
parse.js
2
parse.js
@@ -168,7 +168,7 @@ export const constructDBaseEntries = async (client, body, args) => {
|
||||
pm: [], thp: [], noise: [], radioactivity: [], gps: [], unknown: []
|
||||
}
|
||||
let datalines = ''
|
||||
actualProps = await mongo.getallProperties(client)
|
||||
// actualProps = await mongo.getallProperties(client)
|
||||
try {
|
||||
for (let item of body) { // check all entries
|
||||
const dt = item.timestamp.split(' ')
|
||||
|
||||
Reference in New Issue
Block a user