mirror of
https://github.com/vale981/cl-telegram-bot
synced 2025-03-05 09:41:39 -05:00
Fix another alexandria reference
This commit is contained in:
parent
778a3de4d0
commit
168c5edd15
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@
|
||||||
(with-package :cl-telegram-bot
|
(with-package :cl-telegram-bot
|
||||||
(let* ((file-spec (decode (get-file b file-id))))
|
(let* ((file-spec (decode (get-file b file-id))))
|
||||||
(with-ok-results (file-spec results)
|
(with-ok-results (file-spec results)
|
||||||
(when-let* ((path (access results 'file--path))
|
(alexandria:when-let* ((path (access results 'file--path))
|
||||||
(uri (concatenate 'string (file-endpoint b) path))
|
(uri (concatenate 'string (file-endpoint b) path))
|
||||||
(extension (cl-ppcre:scan-to-strings "\\..*$" path)))
|
(extension (cl-ppcre:scan-to-strings "\\..*$" path)))
|
||||||
(multiple-value-bind (body code headers)
|
(multiple-value-bind (body code headers)
|
||||||
|
|
Loading…
Add table
Reference in a new issue