diff --git a/src/utils.js b/src/utils.js index b6f9abc..f7c8e7d 100644 --- a/src/utils.js +++ b/src/utils.js @@ -28,8 +28,6 @@ function logBranches(repoACL) { console.log('Protected Branch(s):', '\t', repoACL.protectedBranches.join(', ')) } - - module.exports = { printACL, printACLForUser,