diff options
-rw-r--r-- | sx-method.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sx-method.el b/sx-method.el index 6288cbb..063c404 100644 --- a/sx-method.el +++ b/sx-method.el @@ -103,8 +103,7 @@ Return the entire response as a complex alist." (get-all-stop-when (cond ((eq get-all t) #'sx-request-all-stop-when-no-more) - (get-all get-all) - (t nil)))) + (t get-all)))) (lwarn "sx-call-method" :debug "A: %S T: %S. M: %S,%s. F: %S" (equal 'warn auth) access-token method-auth full-method filter-auth) (unless access-token |