dochub-sdk 0.1.361 → 0.1.362
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -237,7 +237,6 @@ export class DocHubDocumentProto extends DocHubComponentProto implements IDocHub
|
|
237
237
|
const baseStruct = this.profile.$base.split('/');
|
238
238
|
// Если указан шаблон, добавляем его в отслеживаемые файлы
|
239
239
|
if(this.profile?.template) {
|
240
|
-
debugger;
|
241
240
|
const templatePath = [...baseStruct, 'template'].join('/');
|
242
241
|
this.templateURI = DocHub.dataLake.resolveURI(
|
243
242
|
(await DocHub.dataLake.getURIForPath(templatePath) || []).pop() || this.baseURI,
|