diff options
-rw-r--r-- | sx-method.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-method.el b/sx-method.el index a1a2901..ed32b3d 100644 --- a/sx-method.el +++ b/sx-method.el @@ -67,6 +67,7 @@ for interactive commands that absolutely require authentication treat 'warn as equivalent to t. Return the entire response as a complex alist." + (declare (indent 1)) (let ((access-token (sx-cache-get 'auth)) (method-auth (sx-auth--method-p method submethod)) (filter-auth (sx-auth--filter-p filter)) |