Skip to content

Commit 46d8d46

Browse files
authored
Merge branch 'develop' into feature/modelService
2 parents 5018daa + f117a50 commit 46d8d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/app/api/api/api.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export class ApiService {
221221
if (idInstance === null || idInstance === undefined) {
222222
throw new Error('Required ID Instance parameter');
223223
} else {
224-
queryParam = queryParam.set('instanceID', <any>('a' + idInstance));
224+
queryParam = queryParam.set('instanceID', <any>idInstance);
225225
}
226226

227227
return this.commonConf(endpoint, queryParam, observe, reportProgress);

0 commit comments

Comments
 (0)