impaktapps-ui-builder 0.0.412-h → 0.0.412-hi
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.
|
@@ -8819,6 +8819,8 @@ var service = (funcParams) => {
|
|
|
8819
8819
|
serviceHolder: this,
|
|
8820
8820
|
eventGroups
|
|
8821
8821
|
});
|
|
8822
|
+
const jsonres = await fetch("https://jsonplaceholder.typicode.com/todos/1");
|
|
8823
|
+
await jsonres.json();
|
|
8822
8824
|
funcParams.store.setSchema(
|
|
8823
8825
|
(pre) => {
|
|
8824
8826
|
return {
|