From d1c4d0f4441aefd674619e5391a8c8ac6334853e Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Fri, 17 Apr 2026 02:14:55 +1000 Subject: [PATCH] Fix JSON encoding issue --- plugins/example-plugin-2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/example-plugin-2.json b/plugins/example-plugin-2.json index c974452..ec79b81 100644 --- a/plugins/example-plugin-2.json +++ b/plugins/example-plugin-2.json @@ -1,4 +1,4 @@ -{ +{ "id": "example-plugin-2", "name": "Example Plugin 2", "version": "1.0.0", @@ -9,4 +9,4 @@ "homepage": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example2", "tags": ["example", "demo", "filtering", "validation"], "addedDate": "2026-04-17T00:00:00.000Z" -} +} \ No newline at end of file