Compare commits
1 Commits
54c8bf2e01
...
bur-61
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2d3bbddfc |
@@ -22,7 +22,7 @@ export class IngestController {
|
|||||||
const points = Object.entries(body.values).map(([tag, value]) => ({
|
const points = Object.entries(body.values).map(([tag, value]) => ({
|
||||||
edge,
|
edge,
|
||||||
tag,
|
tag,
|
||||||
value: value === null ? null : Number(value),
|
value,
|
||||||
timestamp: body.timestamp,
|
timestamp: body.timestamp,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user