Skip to content

Commit b5a9f71

Browse files
committed
fix format code config
1 parent a865188 commit b5a9f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/telegram-git-notifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* And use comma "," if you want to add multiple thread IDs
2424
* -------------------------------------------------------
2525
* The environment variable is expected to be in the format:
26-
* "chat_id1;chat_id2:thread_id2;chat_id3:thread_id3_1,thread_id3_2;..."
26+
* "chat_id1;chat_id2:thread_id2;chat_id3:thread_id3_1,thread_id3_2;...".
2727
*/
2828
'notify_chat_ids' => env('TELEGRAM_NOTIFY_CHAT_IDS', ''),
2929
],

0 commit comments

Comments
 (0)