No known key found for this signature in database
GPG Key ID: 86A4D290ED03FAB4
1 changed files with
0 additions and
1 deletions
-
server/actions/influx_actions.js
|
@ -10,7 +10,6 @@ iWrite = (pointName, uuid, measurement) => { |
|
|
.floatField('value', measurement); |
|
|
.floatField('value', measurement); |
|
|
writeApi.writePoint(point); |
|
|
writeApi.writePoint(point); |
|
|
writeApi.flush().then(() => { |
|
|
writeApi.flush().then(() => { |
|
|
console.log(chalk.gray('Flushed!')) |
|
|
|
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|