Commit c8273ba8 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre Committed by Gabriel Mazetto

Fix BrachFormatter for removed users

parent 0d2f696c
...@@ -12,7 +12,7 @@ module Gitlab ...@@ -12,7 +12,7 @@ module Gitlab
end end
def user def user
raw_data.user.login raw_data.user&.login || 'unknown'
end end
def short_sha(length = 7) def short_sha(length = 7)
......
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