From 0622e4d4d7b8cfb4a96622a377f1e41c5b21c5db Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Thu, 4 Jan 2024 02:18:16 +0300 Subject: [PATCH] biome-api: fix error --- biome-api.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome-api.el b/biome-api.el index 31e7294..6065b09 100644 --- a/biome-api.el +++ b/biome-api.el @@ -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...