From 7119b790db7d43adb563e65756d6d44c289420f7 Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 5 Aug 2024 16:53:43 +0200 Subject: [PATCH] fix(data): correct JSON syntax error in services.json Added a missing comma to fix JSON format, preventing potential parsing errors that could affect the loading of service configurations. --- data/services.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/services.json b/data/services.json index 73138f5..9bbdcc5 100644 --- a/data/services.json +++ b/data/services.json @@ -651,7 +651,7 @@ "icon": "hard-hat", "exclude_from_index": false, "exclude_from_simple": false - } + }, { "name": "nocdnbs", "url": "https://nocdnbs.private.coffee",