Skip to content

Commit

Permalink
forge--pull-notifications: Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jul 23, 2023
1 parent 5b8181c commit ecbcce9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/forge-github.el
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,8 @@
(forge--msg nil t nil "Storing notifications")
(closql-with-transaction (forge-db)
(forge-sql [:delete-from notification
:where (= forge $s1)] forge)
:where (= forge $s1)]
forge)
(pcase-dolist (`(,key ,repo ,query ,obj) notifs)
(closql-insert (forge-db) obj)
(forge--zap-repository-cache (forge-get-repository obj))
Expand Down

0 comments on commit ecbcce9

Please sign in to comment.