From 59a1ed9107f94e6e5a0227876982fff20b4dc9a2 Mon Sep 17 00:00:00 2001 From: ginruh Date: Wed, 27 Sep 2023 00:03:20 +0530 Subject: [PATCH] fix: removed comma from config.json.sample which caused json linting error --- app/config.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.json.sample b/app/config.json.sample index 26f8c39..6ca6289 100644 --- a/app/config.json.sample +++ b/app/config.json.sample @@ -6,7 +6,7 @@ "socketio": { "serveClient": false, "path": "/ssh/socket.io", - "origins": ["localhost:2222"], + "origins": ["localhost:2222"] }, "user": { "name": null,