Skip to content

Commit

Permalink
Update packages/ui/src/memberships/modals/EmailSubscriptionModal/mach…
Browse files Browse the repository at this point in the history
…ine.ts

Co-authored-by: Theophile Sandoz <theophile.sandoz@gmail.com>
  • Loading branch information
IlyaSmiyukha and thesan authored Jun 19, 2023
1 parent 0a1a68b commit 58b38fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type EmailSubscriptionEvent =
| { type: 'DONE'; email: string }
| { type: 'SUCCESS' }
| { type: 'ERROR' }
| { type: 'SIGNED'; signature: string }
| { type: 'SIGNED'; signature: string ; timestamp: number }
| { type: 'CANCEL' }

export const EmailSubscriptionMachine = createMachine<Context, EmailSubscriptionEvent, EmailSubscriptionState>({
Expand Down

0 comments on commit 58b38fa

Please sign in to comment.