ubclaunchpad / Internado

🌪 Find Internship Opportunities
3 stars 1 forks source link

Changed double quotes in query literals back to single. #165

Closed cowmanjoe closed 5 years ago

cowmanjoe commented 5 years ago

The changes to searchController.ts break the search API endpoint because they replace the single quotes in the query string literals with double quotes. Any single quotes in template strings should be left as they are.

cowmanjoe commented 5 years ago

@DConnorFong Agreed, that would be very useful.