We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba1587 commit 5d2df09Copy full SHA for 5d2df09
netlify/functions/search.js
@@ -22,7 +22,7 @@ const SearchParams = new Archetype({
22
$type: 'string',
23
$required: true
24
}
25
-})
+}).compile('SearchParams');
26
27
module.exports = extrovert.toNetlifyFunction(async function search(params) {
28
params = new SearchParams(params);
0 commit comments