Signed-off-by: dzdidi <deniszalessky@gmail.com>
This commit is contained in:
dzdidi
2024-02-15 17:48:12 +00:00
parent d8feb25756
commit 7e53bfb9bb

View File

@@ -28,8 +28,6 @@ function logBranches(repoACL) {
console.log('Protected Branch(s):', '\t', repoACL.protectedBranches.join(', ')) console.log('Protected Branch(s):', '\t', repoACL.protectedBranches.join(', '))
} }
module.exports = { module.exports = {
printACL, printACL,
printACLForUser, printACLForUser,