Skip to content

Commit

Permalink
Removed legit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lindsay-X authored and Frederic Pun committed Jul 17, 2024
1 parent b64f4b1 commit 2740158
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/controller/applicationStatus/assignApplicationStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,8 @@ export default async (legit?: boolean, waitlistOver?: boolean, rawAcceptedFromWa
}
}

if (legit) {
await syncMailingLists(undefined, true);
}

await syncMailingLists(undefined, true);

return { dead, accepted, rejected, waitlisted };
};

0 comments on commit 2740158

Please sign in to comment.