Skip to content

Commit

Permalink
add fundingRound & raneme ventureFunding to investments
Browse files Browse the repository at this point in the history
  • Loading branch information
stepandel committed Sep 27, 2024
1 parent 2df9aee commit eba4ead
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scripts/repairProjectsData.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ async function main() {
amount: funding.amount,
date: funding.receivedAt,
details: funding.details,
fundingRound: funding.fundingRound,
}));

return [
Expand All @@ -118,7 +119,7 @@ async function main() {
...currentApplication.ipfs_data,
github: githubs,
grantsAndFunding: {
ventureFunding: investments,
investments,
revenue,
grants,
},
Expand Down

0 comments on commit eba4ead

Please sign in to comment.