Skip to content

Commit 5d2df09

Browse files
committed
quick fix
1 parent 9ba1587 commit 5d2df09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify/functions/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const SearchParams = new Archetype({
2222
$type: 'string',
2323
$required: true
2424
}
25-
})
25+
}).compile('SearchParams');
2626

2727
module.exports = extrovert.toNetlifyFunction(async function search(params) {
2828
params = new SearchParams(params);

0 commit comments

Comments
 (0)