fix(core): publish skill source updates
This commit is contained in:
parent
0eaa75ec0f
commit
aca3b7813d
2 changed files with 18 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ const layer = Layer.effect(
|
|||
},
|
||||
list: () => draft.sources as Source[],
|
||||
}),
|
||||
finalize: () => events.publish(Event.Updated, {}).pipe(Effect.asVoid),
|
||||
})
|
||||
|
||||
const load = Effect.fn("SkillV2.load")(function* (source: Source) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue