Avoid using bang bang
This commit is contained in:
parent
72184c16ab
commit
4c09871450
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module Gitlab
|
|||
end
|
||||
|
||||
def can_handle?
|
||||
!!authentication_token
|
||||
!authentication_token.nil?
|
||||
end
|
||||
|
||||
def execute
|
||||
|
|
Loading…
Reference in a new issue