Commit e8a9682b authored by James Lopez's avatar James Lopez

fix typo

parent 9ba288dd
......@@ -86,7 +86,7 @@ module Gitlab
end
def has_author?(old_author_id)
admin_user? && !@members_mapper.map.keys.include?(old_author_id)
admin_user? && @members_mapper.map.keys.include?(old_author_id)
end
def missing_author_note(updated_at, author_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