This commit is contained in:
Eugenio Romano
2019-12-12 18:04:15 +00:00
parent ac40353e77
commit 5bd75a8295

View File

@@ -172,7 +172,7 @@ export class FormCloudService extends BaseCloudService {
* @returns Form definition
*/
getForm(appName: string, formKey: string, version?: number): Observable<any> {
let url = `${this.getBasePath(appName)}/form/v1/forms/${formKey}`;
const url = `${this.getBasePath(appName)}/form/v1/forms/${formKey}`;
// blocked by the issue AAE-1218
// if (version) {