diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-09-18 14:03:29 +0500 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-09-18 14:03:29 +0500 |
| commit | b8dde1bd253e0404f0de8e3cfa52709c932b4ce2 (patch) | |
| tree | a13ba890b019b6985a4eec23bd815a0cf3151aaf | |
| parent | 5d27581b3f1292bdd901bfb1e74475af6ce4b55e (diff) | |
modules/callback: Fix coding style issue
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
| -rw-r--r-- | modules/callback.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/callback.zsh b/modules/callback.zsh index 260f4cc..84fb21a 100644 --- a/modules/callback.zsh +++ b/modules/callback.zsh @@ -75,16 +75,16 @@ then )" then notification_text="Failed to update message" - log_text="editMessageText (${update_id}): Failed to access Telegram Bot API" + log_text="editMessageText (${update_id}): Failed to access Telegram Bot API" . "${units}/log.zsh" fi if [[ -z "${notification_text}" ]] && ! jq -e '.' <<< "${output_data}" > /dev/null then notification_text="An unknown error occurred" - log_text="editMessageText (${update_id}): An unknown error occurred" + log_text="editMessageText (${update_id}): An unknown error occurred" . "${units}/log.zsh" fi |
