Compare commits
2 Commits
22529ba0e8
...
b2d3bbddfc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2d3bbddfc | ||
| 54c8bf2e01 |
@@ -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