From 22f042dc33377d9a86cc9b5d8cd84fb7565f368d Mon Sep 17 00:00:00 2001 From: engin0223 <99678175+engin0223@users.noreply.github.com> Date: Tue, 21 Jul 2026 18:32:17 +0300 Subject: [PATCH] Fix add missing comma --- src/core/config/Categories.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/config/Categories.json b/src/core/config/Categories.json index 9d7dea3d..1c0ffe90 100644 --- a/src/core/config/Categories.json +++ b/src/core/config/Categories.json @@ -85,7 +85,7 @@ "From Modhex", "MIME Decoding", "Thrift Serialize", - "Thrift Deserialize" + "Thrift Deserialize", "To COBS", "From COBS" ] @@ -619,4 +619,4 @@ "Comment" ] } -] \ No newline at end of file +]