delete extra close-paren
This commit is contained in:
parent
28a6303371
commit
db402312ca
|
@ -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)
|
(format *debug-io* "~&upload failed! status ~A, body ~A~%" status-code body)
|
||||||
(error "HTTP upload failed with status ~A" status-code))
|
(error "HTTP upload failed with status ~A" status-code))
|
||||||
get-url))))
|
get-url))))
|
||||||
:name "whatsapp media download thread"))))))))
|
:name "whatsapp media download thread")))))))
|
||||||
|
|
||||||
(defun send-qrcode (comp jid text)
|
(defun send-qrcode (comp jid text)
|
||||||
"Send a QR code containing TEXT to JID."
|
"Send a QR code containing TEXT to JID."
|
||||||
|
|
Loading…
Reference in a new issue