Skip to content

Commit

Permalink
fix investment project test
Browse files Browse the repository at this point in the history
  • Loading branch information
chopkinsmade committed Oct 5, 2023
1 parent 4df9e7a commit 2264658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sandbox/routes/v3/search/investment-project.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const investmentProjects = function (req, res) {
})
} else {
return res.json({
...investmentProjects,
...investmentProjectsJson,
results,
summary,
})
Expand Down

0 comments on commit 2264658

Please sign in to comment.