Skip to content

Commit 92e36aa

Browse files
committed
typo in config template
(missing comma)
1 parent d1da708 commit 92e36aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/config.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"logInfoChannelWebhook": "<put_your_webhook_here>",
9090
"logErrorChannelWebhook": "<put_your_webhook_here>",
9191
"openaiApiKey": "<check pins in #tjbot_discussion for the key>",
92-
"sourceCodeBaseUrl": "<https://github.com/<your_account_here>/<your_repo_here>/blob/master/application/src/main/java/>"
92+
"sourceCodeBaseUrl": "<https://github.com/<your_account_here>/<your_repo_here>/blob/master/application/src/main/java/>",
9393
"jshell": {
9494
"baseUrl": "<put_jshell_rest_api_url_here>",
9595
"rateLimitWindowSeconds": 10,

0 commit comments

Comments
 (0)