Skip to content
Snippets Groups Projects
Commit e8a9682b authored by James Lopez's avatar James Lopez
Browse files

fix typo

parent 9ba288dd
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment