提交 3dc276b3 编写于 作者: J Jacob Vosmaer

Remove parallel assignment

上级 9ce09942
......@@ -4,7 +4,8 @@ module Gitlab
def find(login, password, project:, ip:)
raise "Must provide an IP for rate limiting" if ip.nil?
user, type = nil, nil
user = nil
type = nil
if valid_ci_request?(login, password, project)
type = :ci
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册