Skip to content

Commit 7248262

Browse files
committed
fix: TELEGRAM_MESSAGE_THREAD_ID to empty as it gets value from env
1 parent 72e80b9 commit 7248262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure-environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ set_default_optional_variables() {
867867
"STREAM_WRITE_TIMEOUT_MS:5000"
868868
"MAX_WRITE_RETRIES:3"
869869
"MAX_CONCURRENT_WRITES:4"
870-
"TELEGRAM_MESSAGE_THREAD_ID:<telegram-thread-id>"
870+
"TELEGRAM_MESSAGE_THREAD_ID:"
871871
)
872872

873873
for var_def in "${optional_vars[@]}"; do

0 commit comments

Comments
 (0)