diff options
-rw-r--r-- | lisp/mastodon.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index aca2230..4994fed 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -295,7 +295,7 @@ not, just browse the URL in the normal fashion." ((not (seq-empty-p (alist-get 'accounts response))) (let* ((accounts (assoc 'accounts response)) - (account (seq-first (cdr accounts))) + (account (seq-first (cdr accounts)))) (mastodon-profile--make-author-buffer account))) (t (browse-url query)))))))) |