Merge pull request #7128 from achmadalifn4/master

Fix Notify Waha
This commit is contained in:
neil 2026-07-17 21:58:41 +08:00 committed by GitHub
commit 9bfcf2cf1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,9 +57,8 @@ waha_send() {
_debug "_data" "$_data"
export _H1="Content-Type: application/json"
if [ "$WAHA_API_KEY" ]; then
export _H2="X-Api-Key: $WAHA_API_KEY"
export _H1="X-Api-Key: $WAHA_API_KEY"
fi
_waha_url="${WAHA_URL}/api/sendText"