@leapdev/app-platform 0.0.13 → 0.0.14
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.
- package/package.json +1 -1
- package/src/lib/app-platform.js +1 -1
package/package.json
CHANGED
package/src/lib/app-platform.js
CHANGED
|
@@ -192,7 +192,7 @@ class AppPlatform {
|
|
|
192
192
|
getWordCustomPart() {
|
|
193
193
|
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
194
194
|
try {
|
|
195
|
-
const data = yield (0, custom_xml_part_service_1.getDataByNamespace)(constants_1.constants.LeapWordCustomPartNamespace,
|
|
195
|
+
const data = yield (0, custom_xml_part_service_1.getDataByNamespace)(constants_1.constants.LeapWordCustomPartNamespace, 3);
|
|
196
196
|
if (data) {
|
|
197
197
|
return data;
|
|
198
198
|
}
|