Skip to content

Commit

Permalink
bug : 修改本地仓库权限校验逻辑 #1824 (#1825)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenlxu authored Mar 4, 2024
1 parent 4e97dee commit 3b13bc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ open class PermissionServiceImpl constructor(
if (checkIncludePatternAction(it.includePattern, path!!, it.actions, action)) return false
}
}
return true
return false
}

fun isNodeNeedLocalCheck(projectId: String, repoName: String): Boolean {
Expand Down

0 comments on commit 3b13bc0

Please sign in to comment.