Skip to content

Commit

Permalink
remove lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviermindee committed Aug 11, 2023
1 parent f131277 commit 0afc7e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion creates/mindee_custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ module.exports = {
perform: (z, bundle) => {
const apiVersion = bundle.inputData.api_version ? bundle.inputData.api_version : 1;
const splitUrl = bundle.inputData.api_url
.toLowerCase()
.replace("https://platform.mindee.com/","")
.replace("https://api.mindee.net/v1/products/","")
.split('/');
Expand Down

0 comments on commit 0afc7e2

Please sign in to comment.