1
0
Преглед на файлове

[dexador] Fix telegram api to post data

Innokentiy Enikeev преди 8 години
родител
ревизия
e69568e13a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      telegram.lisp

+ 1 - 1
telegram.lisp

@@ -18,7 +18,7 @@
            (json-request (format nil +telegram-api-format+
                                  *telegram-token* method)
                          :method :post
-                         :parameters params
+                         :content params
                          :timeout timeout)))
     (unless (aget "ok" response)
       (error (aget "description" response)))