From 0596a1f75582c92d7c11d7da59d37ea589082b4f Mon Sep 17 00:00:00 2001 From: WWWw <109729945+initialencounter@users.noreply.github.com> Date: Sun, 28 Jul 2024 15:14:32 +0800 Subject: [PATCH] fix(entrypoint.sh): Expected property name or '}' in JSON at position 352 (line 21 column 5) --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1903722..9aed000 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -71,8 +71,8 @@ cat < $CONFIG_PATH "urls": $WS_URLS }, "GroupLocalTime":{ - Record: false, - RecordList: [] + "Record": false, + "RecordList": [] }, "debug": ${DEBUG_ENABLE}, "heartInterval": ${HEART_INTERVAL},