mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
FIX code bug
This commit is contained in:
@@ -18,7 +18,7 @@ module Droneable
|
||||
|
||||
def ci_certification?
|
||||
return false if self.is_a?(AnonymousUser)
|
||||
devops_unverified? && Ci::User.exists?(user_login: self.login) if @user.devops_unverified?
|
||||
devops_unverified? && Ci::User.exists?(user_login: self.login)
|
||||
end
|
||||
|
||||
module ClassMethods
|
||||
|
||||
Reference in New Issue
Block a user