From b5901efde82cf1e5e8cd8aa8970a2def6a2ce23b Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Wed, 18 Mar 2026 02:24:55 +0100 Subject: [PATCH] Fix JSON syntax: add missing closing brace in openclaw-config.json Co-Authored-By: Claude Opus 4.6 --- modules/openclaw-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openclaw-config.json b/modules/openclaw-config.json index ab0f49c..4c56371 100644 --- a/modules/openclaw-config.json +++ b/modules/openclaw-config.json @@ -40,4 +40,5 @@ ] } } + } }