Skip to content

Commit

Permalink
forge--ghub-update-notifications: Fix typo
Browse files Browse the repository at this point in the history
Re #609.
  • Loading branch information
tarsius committed Feb 8, 2024
1 parent 3fc6c36 commit 80f3803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/forge-github.el
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
(`(nil ,_ always-unread) 'unread)
(`(nil ,_ pending-again) 'pending)
('(nil unset pending-if-unset) 'pending)
('(nil ,_ ,_ 'done))))))
(`(nil ,_ ,_ 'done))))))
(forge--zap-repository-cache repo))))

;;;; Miscellaneous
Expand Down

0 comments on commit 80f3803

Please sign in to comment.