fix buggy commit
This commit is contained in:
@ -8,12 +8,11 @@
|
||||
let childStore;
|
||||
|
||||
$: if (me.do) {
|
||||
childStore = me.do.core.subscribeComposer('@ComposerBob');
|
||||
childStore = me.do.subscribeComposer('@ComposerBob');
|
||||
}
|
||||
|
||||
$: {
|
||||
if ($childStore && $childStore.machine.state) {
|
||||
console.log('ALICE machine service: ' + JSON.stringify(me.do.machine));
|
||||
me.do.machine.send($childStore.machine.state);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user