From b2d3bbddfc0929cb849d1bdb77ece0cdd4db96e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B2=D0=BE=D0=B2=20=D0=90=D1=80=D1=82?= =?UTF-8?q?=D0=B5=D0=BC?= Date: Mon, 6 Jul 2026 17:02:35 +0300 Subject: [PATCH] =?UTF-8?q?BUR-61=20=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=87=D1=82=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=BB=D1=8F=20value=20=D0=B2=20ingest.controller?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ingest/ingest.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ingest/ingest.controller.ts b/src/ingest/ingest.controller.ts index 3b8180d..faf3cf9 100644 --- a/src/ingest/ingest.controller.ts +++ b/src/ingest/ingest.controller.ts @@ -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, })); -- 2.49.1