Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 19, 2024
1 parent 9ba1587 commit 5d2df09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify/functions/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const SearchParams = new Archetype({
$type: 'string',
$required: true
}
})
}).compile('SearchParams');

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

0 comments on commit 5d2df09

Please sign in to comment.