Skip to content

Commit

Permalink
fix unfllux forwrder
Browse files Browse the repository at this point in the history
  • Loading branch information
jtranchatQuatrain committed Feb 6, 2024
1 parent 423eddd commit 36ebe0c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/lora2db-fwdr-influx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bradtech/lora2db-fwdr-influx",
"version": "0.9.14",
"version": "0.9.15",
"author": "Brad Technology SAS <developers@brad.ag>",
"license": "MIT",
"main": "lib/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export class InfluxDBForwarder extends AbstractForwarder {
this._writer = this._server.getWriteApi(
this._config.INFLUX_ORG,
this._config.INFLUX_BUCKET,
'ms',
)

const defaultTags = _message.meta
Expand Down
2 changes: 1 addition & 1 deletion packages/lora2db-fwdr-timestream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bradtech/lora2db-fwdr-timestream",
"version": "0.9.14",
"version": "0.9.15",
"author": "Brad Technology SAS <developers@brad.ag>",
"license": "MIT",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/lora2db-provider-orange/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bradtech/lora2db-provider-orange",
"version": "0.9.14",
"version": "0.9.15",
"author": "Brad Technology SAS <developers@brad.ag>",
"license": "MIT",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/lora2db-provider-ttn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bradtech/lora2db-provider-ttn",
"version": "0.9.14",
"version": "0.9.15",
"author": "Brad Technology SAS <developers@brad.ag>",
"license": "MIT",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/lora2db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bradtech/lora2db",
"version": "0.9.14",
"version": "0.9.15",
"author": "Brad Technology SAS <developers@brad.ag>",
"license": "MIT",
"main": "lib/index.js",
Expand Down

0 comments on commit 36ebe0c

Please # to comment.