From 3d08eabca6266951e699400df0ba5e8b1258d26a Mon Sep 17 00:00:00 2001 From: Aiden Fujiwara <106630142+afujiwara-roblox@users.noreply.github.com> Date: Fri, 29 Sep 2023 10:05:40 -0700 Subject: [PATCH] Remove redundant condition main.ts Co-authored-by: Paul Doyle <37384169+ZoteTheMighty@users.noreply.github.com> --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index f4e04ea..0c1f514 100644 --- a/src/main.ts +++ b/src/main.ts @@ -15,7 +15,7 @@ async function run(): Promise { "allow-external-github-orgs" ).toLowerCase(); - if (allowExternalGithubOrgs == null || allowExternalGithubOrgs != "true") { + if (allowExternalGithubOrgs != "true") { configFile.checkSameOrgInConfig(); }