Skip to content

Commit

Permalink
fix: abort controller cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-mazz committed Feb 13, 2025
1 parent 3c1d36a commit 2b801f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ts/features/itwallet/machine/eid/machine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,7 @@ export const itwEidIssuanceMachine = setup({
actions: assign(() => ({
identification: {
mode: "cieId",
level: "L2",
abortController: new AbortController()
level: "L2"
}
})),
target: "CieID"
Expand Down

0 comments on commit 2b801f6

Please sign in to comment.