From 8645c7aa498f7133a8e235fbfde133b96bb0ba6b Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Sun, 1 Aug 2021 17:09:08 -0700 Subject: [PATCH] Remove trailing comma from .cdb.json... JSON format does not support trailing commas. --- .cdb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cdb.json b/.cdb.json index b54c648..ed1da6a 100644 --- a/.cdb.json +++ b/.cdb.json @@ -7,5 +7,5 @@ "tags": ["world_tools"], "repo": "https://github.com/AntumMT/mod-cleaner", "issue_tracker": "https://github.com/AntumMT/mod-cleaner/issues", - "forums": "18381", + "forums": "18381" }