Skip to content

Commit

Permalink
Update runner-shared.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek authored Dec 2, 2024
1 parent e1f5d86 commit 3c18fb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runner-shared.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ if (week_num == 1) {
)
long_msg <- glue::glue(
status_msg_start_not_bsky,
article_msg
article_msg,
.sep = "\n"
)
if (nchar(long_msg) + nchar(call_to_action) + nchar(status_msg_end) + 1 < 500) {
status_msg_start_not_bsky <- long_msg
Expand Down

0 comments on commit 3c18fb5

Please sign in to comment.