Skip to content

Commit

Permalink
fixup! github: fill issue/pullreq/version objects
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Oct 2, 2020
1 parent fe37c7e commit 09e7b1c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lisp/forge-github.el
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,11 @@
(oref repo name)
n
(lambda (data)
(let ((refresh-buffer (lambda () (with-current-buffer (if (buffer-live-p buffer)
buffer
(current-buffer))
(magit-refresh)))))
(let ((refresh-buffer
(lambda () (with-current-buffer (if (buffer-live-p buffer)
buffer
(current-buffer))
(magit-refresh)))))
(if pullreqp
(progn
(forge--update-pullreq repo data nil)
Expand Down

0 comments on commit 09e7b1c

Please sign in to comment.