Skip to content

Commit

Permalink
chore: apply linter;
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalavedra committed Nov 28, 2024
1 parent 1e9b192 commit 8219bd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/src/evm/registerSession.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { BackendApiClients } from '@openfort/openapi-clients';
import { Account } from 'configuration/account';
import { Authentication } from 'configuration/authentication';
import { OneOf } from 'utils/helpers';
import { CreateSessionRequest } from '@openfort/openapi-clients/dist/backend';
import { Account } from 'configuration/account';
import { JsonRpcError, RpcErrorCode } from './JsonRpcError';
import { Signer as OpenfortSigner } from '../signer/isigner';
import { GrantPermissionsReturnType, SessionResponse } from '../types';
Expand Down Expand Up @@ -61,7 +61,7 @@ export type GrantPermissionsParameters = {
}
| {
/** Account to assign the permissions to. */
account?: `0x${string}` | Account | undefined;
account?: `0x${string}` | undefined;
}
>;

Expand Down

0 comments on commit 8219bd2

Please sign in to comment.