Add newline at end of waha.sh

Fix missing newline at end of file.
This commit is contained in:
ACHMAD ALIF NASRULLOH 2026-07-16 11:29:39 +07:00 committed by GitHub
parent 24501ac0ca
commit 6d559ae69f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,4 +71,4 @@ waha_send() {
_err "waha send error." _err "waha send error."
_err "$response" _err "$response"
return 1 return 1
} }