Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
masimons authored and lsr-explore committed Oct 17, 2024
1 parent e8894ac commit 7577330
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 7577330

Please sign in to comment.