Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Parker Brown
2026-03-13 18:24:24 -07:00
committed by GitHub
parent 4f9eeddfa7
commit c7725c064d
-1
View File
@@ -24,7 +24,6 @@ export async function main(
createAppAuth,
request,
skipTokenRevoke,
) {
// Validate mutual exclusivity of enterprise-slug with owner/repositories
if (enterpriseSlug && (owner || repositories.length > 0)) {