From 4b5bc2eb16c5f891f190937948d885ebc7e204b6 Mon Sep 17 00:00:00 2001 From: PorridgePi Date: Tue, 3 Oct 2023 18:41:12 +0800 Subject: [PATCH] JSON: fix: remove extra curly brace --- rc_rewrite_data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc_rewrite_data.json b/rc_rewrite_data.json index 5327196..1bc313e 100644 --- a/rc_rewrite_data.json +++ b/rc_rewrite_data.json @@ -1,4 +1,4 @@ -{[ +[ { "name": "Rise", "isEnabled": false, @@ -29,4 +29,4 @@ "new_other_purchases": {}, "new_subscriptions": {}, } -]} \ No newline at end of file +] \ No newline at end of file