diff options
Diffstat (limited to 'lisp/mastodon-auth.el')
-rw-r--r-- | lisp/mastodon-auth.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el index e582e4f..1fb1604 100644 --- a/lisp/mastodon-auth.el +++ b/lisp/mastodon-auth.el @@ -153,7 +153,6 @@ Handle any errors from the server." (`(:error ,class :error_description ,error) (error "Mastodon-auth--access-token: %s: %s" class error)) - (_ (error "Unknown response from mastodon-auth--get-token!")))) (defun mastodon-auth--get-account-name () |