delete extra close-paren

This commit is contained in:
eta 2020-08-13 21:52:52 +01:00
parent 28a6303371
commit db402312ca
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ MEDIA-TYPE is one of (:image :video :audio :document)."
(format *debug-io* "~&upload failed! status ~A, body ~A~%" status-code body)
(error "HTTP upload failed with status ~A" status-code))
get-url))))
:name "whatsapp media download thread"))))))))
:name "whatsapp media download thread")))))))
(defun send-qrcode (comp jid text)
"Send a QR code containing TEXT to JID."