mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Merge branch 'main' of https://github.com/rabbibotton/clog
This commit is contained in:
commit
5caaa68f46
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ never be GC'd. File upload items will be a four part list
|
|||
(:documentation "Delete the multipart data upload"))
|
||||
|
||||
(defmethod delete-multipart-data ((obj clog-obj))
|
||||
(let ((id (parse-integer (caar (form-post-data obj)))))
|
||||
(let ((id (caar (form-post-data obj))))
|
||||
(clog-connection:delete-connection-data id)))
|
||||
|
||||
(defun form-data-item (form-data item)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue