Skip to content

Commit b2d3219

Browse files
committed
fixup! github: fill issue/pullreq/version objects
1 parent 1b902e4 commit b2d3219

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lisp/forge-github.el

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,14 @@
172172
(closql-insert
173173
(forge-db)
174174
(forge-issue-post
175-
:id (forge--object-id issue-id .databaseId)
176-
:issue issue-id
177-
:number .databaseId
178-
:author .author.login
179-
:created .createdAt
180-
:updated .updatedAt
181-
:body (forge--sanitize-string .body)
182-
:reply-to nil) ;; cannot reply on these comments with github api
175+
:id (forge--object-id issue-id .databaseId)
176+
:issue issue-id
177+
:number .databaseId
178+
:author .author.login
179+
:created .createdAt
180+
:updated .updatedAt
181+
:body (forge--sanitize-string .body)
182+
:reply-to nil) ; cannot reply on these comments with github api
183183
t)))
184184
(when bump
185185
(forge--set-id-slot repo issue 'assignees .assignees)

0 commit comments

Comments
 (0)