Skip to content

Commit

Permalink
Rebuild backend
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminJohnson2204 committed Jun 14, 2024
1 parent c37d1df commit 24c436b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/dist/src/services/vsrs.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const retrieveVSRs = (search, status, incomeLevel, zipCodes, vsrIds) => __awaite
...(search
? [
{
$match: { name: { $regex: new RegExp(search) } },
$match: { name: { $regex: new RegExp(search, "i") } },
},
]
: []),
Expand Down

0 comments on commit 24c436b

Please sign in to comment.