Skip to content

Commit

Permalink
feat: show all applicants
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbravo committed Jun 28, 2024
1 parent fb0be77 commit 35e0856
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/models/applicant.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@ export async function searchApplicants() {
)
.selectAll("a")
.select(["u.name as universityName", "poc.fullName as pocName"])
.where(
"startDate",
">=",
new Date(Date.now() - 60 * 60 * 24 * 30 * 3 /** months **/ * 1000)
)
.execute();
}

Expand Down

0 comments on commit 35e0856

Please sign in to comment.