Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
masimons committed Sep 17, 2024
1 parent 1b8b038 commit 29b6b60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/server/src/lib/grants-ingest.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ function mapSourceDataToGrant(source) {
grant.opportunity_status = 'archived';
} else if (today.isSameOrAfter(moment(grant.close_date), 'date')) {
grant.opportunity_status = 'closed';
} else if (today.isBefore(moment(grant.open_date), 'date')) {
grant.opportunity_status = 'forecasted';
} else {
grant.opportunity_status = 'posted';
}
Expand Down

0 comments on commit 29b6b60

Please sign in to comment.