Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai committed Oct 3, 2024
1 parent 1288e37 commit 86749af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/web5.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export type ConnectPermissionRequest = {

/**
* Options for connecting to a Web5 agent. This includes the ability to connect to an external wallet.
*
*
* NOTE: the returned `ConnectPermissionRequest` type is different to the `ConnectPermissionRequest` type in the `@web5/agent` package.
*/
export type ConnectOptions = Omit<WalletConnectOptions, 'permissionRequests'> & {
Expand Down

0 comments on commit 86749af

Please sign in to comment.