Skip to content

Commit

Permalink
Remove redundant condition main.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Doyle <[email protected]>
  • Loading branch information
afujiwara-roblox and ZoteTheMighty authored Sep 29, 2023
1 parent 7ea2827 commit 3d08eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function run(): Promise<void> {
"allow-external-github-orgs"
).toLowerCase();

if (allowExternalGithubOrgs == null || allowExternalGithubOrgs != "true") {
if (allowExternalGithubOrgs != "true") {
configFile.checkSameOrgInConfig();
}

Expand Down

0 comments on commit 3d08eab

Please sign in to comment.