diff --git a/lisp/forge-github.el b/lisp/forge-github.el index ca520b66..a6e0b885 100644 --- a/lisp/forge-github.el +++ b/lisp/forge-github.el @@ -172,14 +172,14 @@ (closql-insert (forge-db) (forge-issue-post - :id (forge--object-id issue-id .databaseId) - :issue issue-id - :number .databaseId - :author .author.login - :created .createdAt - :updated .updatedAt - :body (forge--sanitize-string .body) - :reply-to nil) ;; cannot reply on these comments with github api + :id (forge--object-id issue-id .databaseId) + :issue issue-id + :number .databaseId + :author .author.login + :created .createdAt + :updated .updatedAt + :body (forge--sanitize-string .body) + :reply-to nil) ; cannot reply on these comments with github api t))) (when bump (forge--set-id-slot repo issue 'assignees .assignees)