get addresse as object
actions/getaddress.js - return address as object sensorspecials/noise.js - use mongo instead of influx
This commit is contained in:
@@ -422,8 +422,8 @@ const getAPIprops = (opt) => {
|
||||
}
|
||||
|
||||
const getNoiseAVGData = async (opts) => {
|
||||
let ret = await influx.fetchNoiseAVGData(opts)
|
||||
let retM = await mongo.fetchNoiseAVGData(opts)
|
||||
let retI = await influx.fetchNoiseAVGData(opts)
|
||||
let ret = await mongo.fetchNoiseAVGData(opts)
|
||||
|
||||
if(ret.err) {
|
||||
return returnOnError(ret, ret.err, getNoiseAVGData.name)
|
||||
|
||||
Reference in New Issue
Block a user