Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed Dec 17, 2024
1 parent 5f33e7b commit a7dcc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/showcase/src/flows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class MockAuthenticatedConnection extends AuthenticatedConnection {
constructor() {
super(
"12345",
MultiWebAuthnIdentity.fromCredentials([]),
MultiWebAuthnIdentity.fromCredentials([], undefined),
mockDelegationIdentity,
BigInt(12345),
mockActor
Expand Down

0 comments on commit a7dcc1c

Please sign in to comment.