Commit 849d09cf authored by Lin Jen-Shin's avatar Lin Jen-Shin
parent f30e2a6e
......@@ -56,7 +56,9 @@ module Gitlab
end
def key_from_additional_headers(mail)
find_key_from_references(ensure_references_array(mail.references))
references = ensure_references_array(mail.references)
find_key_from_references(references)
end
def ensure_references_array(references)
......
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