Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code-review-github.el
Original file line number Diff line number Diff line change
Expand Up @@ -529,9 +529,9 @@ Optionally ask for the FALLBACK? query."
(message "Sending new labels...")
(funcall req-fn url
nil
:payload (a-alist 'labels (or (-map (lambda (x)
:payload (a-alist 'labels (or (vconcat (-map (lambda (x)
(a-get x 'name))
(oref github labels))
(oref github labels)))
[]))
:auth code-review-auth-login-marker
:host code-review-github-host
Expand Down