From 6b93e12ada17179ad966d6c91a49e07e08aadf9f Mon Sep 17 00:00:00 2001 From: PorridgePi Date: Tue, 3 Oct 2023 18:56:40 +0800 Subject: [PATCH] JSON: fix: remove extra comma --- rc_rewrite_data.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rc_rewrite_data.json b/rc_rewrite_data.json index 1bc313e..8bee05d 100644 --- a/rc_rewrite_data.json +++ b/rc_rewrite_data.json @@ -7,7 +7,7 @@ "new_non_subscriptions": {}, "new_entitlements": {}, "new_other_purchases": {}, - "new_subscriptions": {}, + "new_subscriptions": {} }, { "name": "Rise", @@ -17,7 +17,7 @@ "new_non_subscriptions": {}, "new_entitlements": {}, "new_other_purchases": {}, - "new_subscriptions": {}, + "new_subscriptions": {} }, { "name": "Rise", @@ -27,6 +27,6 @@ "new_non_subscriptions": {}, "new_entitlements": {}, "new_other_purchases": {}, - "new_subscriptions": {}, + "new_subscriptions": {} } ] \ No newline at end of file