From 4a5ed5d3c94c05ca83541cd87e11e3b23a0e622e Mon Sep 17 00:00:00 2001 From: Dmitri Dolguikh Date: Thu, 18 Jun 2026 10:41:37 +0200 Subject: [PATCH] missing coma Signed-off-by: Dmitri Dolguikh --- src/pages/manage/activity/traffic-events-logging.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/manage/activity/traffic-events-logging.mdx b/src/pages/manage/activity/traffic-events-logging.mdx index cd78962a..3c4a75fe 100644 --- a/src/pages/manage/activity/traffic-events-logging.mdx +++ b/src/pages/manage/activity/traffic-events-logging.mdx @@ -241,7 +241,7 @@ In addition to the data collected by the peers, the NetBird API provides additio "window_end": "2025-03-22T20:30:17.257891Z", "num_of_starts": 1, "num_of_ends": 0, - "num_of_drops": 0 + "num_of_drops": 0, "tx_bytes": 64, "tx_packets": 1, "user_email": "john@example.com",