Skip to content

Commit

Permalink
chore: remove semi
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Dec 4, 2024
1 parent 3e5d7d8 commit e4c8f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-clerk/src/isomorphicClerk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ type IsomorphicLoadedClerk = Without<
// TODO: Align Promise unknown
authenticateWithMetamask: (params: AuthenticateWithMetamaskParams) => Promise<void>
authenticateWithCoinbaseWallet: (params: AuthenticateWithCoinbaseWalletParams) => Promise<void>
authenticateWithOKXWallet: (params: AuthenticateWithOKXWalletParams) => Promise<void>;
authenticateWithOKXWallet: (params: AuthenticateWithOKXWalletParams) => Promise<void>
authenticateWithWeb3: (params: ClerkAuthenticateWithWeb3Params) => Promise<void>
authenticateWithGoogleOneTap: (
params: AuthenticateWithGoogleOneTapParams,
Expand Down

0 comments on commit e4c8f11

Please sign in to comment.