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
end
def user
raw_data.user.login
raw_data.user&.login || 'unknown'
end
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