提交 c8273ba8 编写于 作者: D Douglas Barbosa Alexandre 提交者: Gabriel Mazetto

Fix BrachFormatter for removed users

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册