mirror of
https://github.com/SqrtMinusOne/biome.git
synced 2025-12-10 14:35:13 +03:00
biome-api: fix error
This commit is contained in:
parent
a244702c55
commit
0622e4d4d7
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ called with QUERIES and the data returned by the API as arguments."
|
|||
:params (biome-api--get-params query)
|
||||
:parser #'json-read
|
||||
:success (cl-function
|
||||
(lambda (&allow-other-keys)
|
||||
(lambda (&rest)
|
||||
;; I'm not sure why, but `request-response-done-p' for
|
||||
;; the current request returns nil. I don't
|
||||
;; know how stable this is, so...
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue