abtracted generic services interface and mapping

This commit is contained in:
Samuel Andert
2023-08-03 17:34:53 +02:00
parent 472e4e33ec
commit c0d29e784a
2 changed files with 3 additions and 11 deletions

View File

@ -8,7 +8,7 @@
let childStore;
$: if (me.do) {
childStore = me.do.subscribeComposer('@ComposerBob');
childStore = me.do.core.subscribeComposer('@ComposerBob');
}
$: {