Skip to content

Commit

Permalink
fix(fsm): autoSignalUnsubscribe type
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Mar 17, 2023
1 parent cc524b8 commit f7db30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/fsm/src/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export type FsmConfig<TState extends string, TEventId extends string, TContext e
)
>;

autoSignalUnsubscribe?: boolean;
autoSignalUnsubscribe?: true;
};

export type StateRecord<TState extends string, TEventId extends string> = {
Expand Down

0 comments on commit f7db30b

Please sign in to comment.