corrected problem with havg
api.js - unnecessary export deleted - import of logit added actions/data4map.js - logits removed databases/influx.js - logits removed databases/mongo.js - logits removed sensorspecials/noise.js - repeated code put to a function - correctred hour count at havg package.json "version": "1.2.2", "date": "2023-04-24",
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ export const influxRead = async (query) => {
|
||||
} catch (e) {
|
||||
return returnOnError(erg, e, influxRead.name)
|
||||
}
|
||||
logit(`Influx read time: ${start.diffNow('seconds').toObject().seconds * -1} sec`)
|
||||
// logit(`Influx read time: ${start.diffNow('seconds').toObject().seconds * -1} sec`)
|
||||
return erg
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user