1
0
Fork 0

- [TITAN] fixed paremeter: 'size'.

This commit is contained in:
cage 2023-07-21 15:10:58 +02:00
parent 88c86f2def
commit e22b53e348
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@
(setf has-error-p t)
(gui-goodies:notify-request-error (_ "Neither a file to upload has been specified nor text data has been typed")))
(setf mime constants:+mime-type-text+
size (length (gui:text data-text))
titan-data (trim-blanks (gui:text data-text)))))
size (length trimmed-data-text)
titan-data trimmed-data-text)))
(when (not has-error-p)
(let ((query (gemini-client:make-titan-query mime size (gui:text token-entry))))
(setf (uri:query url) query)