Commit 1b93bf96 authored by Allison Browne's avatar Allison Browne

Revert importer.rb change due to failing test

parent 4b737a20
...@@ -188,7 +188,7 @@ module Gitlab ...@@ -188,7 +188,7 @@ module Gitlab
end end
def apply_labels(issuable, raw) def apply_labels(issuable, raw)
return unless raw.labels.exists? return unless raw.labels.count > 0
label_ids = raw.labels label_ids = raw.labels
.map { |attrs| @labels[attrs.name] } .map { |attrs| @labels[attrs.name] }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment