diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-12-30 14:01:06 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-12-30 14:01:06 +0300 |
| commit | 420216f69204a6720816ef03cfc73c1fce5a8cf9 (patch) | |
| tree | 03f52dadcd55ece920104f87fcad7d09c4066454 /auth/moebooru.zsh | |
| parent | 7f5c0175e973f2f2795239382446197ebf026515 (diff) | |
*/*: Remove unused return code
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'auth/moebooru.zsh')
| -rw-r--r-- | auth/moebooru.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/moebooru.zsh b/auth/moebooru.zsh index 747250d..459cdc9 100644 --- a/auth/moebooru.zsh +++ b/auth/moebooru.zsh @@ -22,7 +22,7 @@ then log_text="ib_auth (${update_id}): ${output_text}" source "${units}/log.zsh" - return 0 + return fi if ! jq -e '.' <<< "${ib_auth_data}" > /dev/null |
