FIX bug
This commit is contained in:
parent
07caa77f97
commit
a4a315ea32
|
@ -208,7 +208,7 @@ module ProtectedBranchParamsAble
|
||||||
end
|
end
|
||||||
|
|
||||||
def gitea_protected_branch_saved?(protected_branch)
|
def gitea_protected_branch_saved?(protected_branch)
|
||||||
protected_branch[:status] === success
|
protected_branch[:status] == :success
|
||||||
end
|
end
|
||||||
|
|
||||||
def gitea_protected_branch_params
|
def gitea_protected_branch_params
|
||||||
|
|
Loading…
Reference in New Issue