Skip to content

Commit

Permalink
Update packages/core/src/actors/promise.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
  • Loading branch information
davidkpiano and Andarist authored Dec 4, 2024
1 parent 284ce32 commit 6a17ed6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/actors/promise.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export type PromiseActorLogic<
TPromiseState extends PromiseState = {}
> = ActorLogic<
PromiseSnapshot<TOutput, TInput, TPromiseState>,
// | { type: string; [k: string]: unknown }
| { type: typeof XSTATE_PROMISE_RESOLVE; data: TOutput }
| { type: typeof XSTATE_PROMISE_REJECT; data: unknown }
| { type: typeof XSTATE_STOP }
Expand Down

0 comments on commit 6a17ed6

Please sign in to comment.