Skip to content
Snippets Groups Projects
Commit 7804bfc1 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

fix: Remove paranthesis from crop param

parent baba27ce
No related branches found
No related tags found
No related merge requests found
......@@ -112,8 +112,7 @@
endpoint += `+media_type:%22${encodedMediatype}%22`;
}
if(encodedCrop) {
endpoint += `+crop:(%22${encodedCrop}%22)`;
//endpoint += `&fq=language:eng`;
endpoint += `+crop:%22${encodedCrop}%22`;
}
console.info("endpoint", endpoint)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment