@supernova-studio/client 1.0.4 → 1.0.5
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -13879,7 +13879,7 @@ var DocsStructureRepository = class {
|
|
|
13879
13879
|
}
|
|
13880
13880
|
async executeInternalAction(action) {
|
|
13881
13881
|
try {
|
|
13882
|
-
return this.transactionExecutor(action.action);
|
|
13882
|
+
return await this.transactionExecutor(action.action);
|
|
13883
13883
|
} catch (e) {
|
|
13884
13884
|
this.errorObservers.forEach((o) => o(e, action.metadata));
|
|
13885
13885
|
}
|