Skip to content
Snippets Groups Projects
Commit 804a1d66 authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Merge branch 'hotfix/apirequestfail' into 'develop'

Hotfix/apirequestfail

See merge request jonasblatt/ma-jonasblatt-dmn-verifier!67
parents 29fba274 c56b8edc
Branches
Tags
No related merge requests found
......@@ -142,10 +142,11 @@ function getVerifications() {
apiPath += '?';
} else {
apiPath += "/types";
apiPath += '?';
for (let i = 0; i < $verifierTypes[0].selectedOptions.length; i++) {
apiPath += '&typeName=' + $verifierTypes[0].selectedOptions[i].value;
apiPath += 'typeName=' + $verifierTypes[0].selectedOptions[i].value
+ '&';
}
apiPath += '&';
}
apiPath += 'token=' + getMetricToken();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment