Skip to content

Commit a4585d2

Browse files
committed
Merge branch 'feature/modelService' of github.com:delphi-hub/delphi-management into feature/modelService
2 parents acb052a + 46d8d46 commit a4585d2

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)