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