diff --git a/packages/permissionless/errors/index.ts b/packages/permissionless/errors/index.ts index e3dd1020..c931087e 100644 --- a/packages/permissionless/errors/index.ts +++ b/packages/permissionless/errors/index.ts @@ -1,7 +1,7 @@ import { BaseError } from "viem" export class AccountNotFoundError extends BaseError { - constructor({ docsPath }: { docsPath?: string | undefined } = {}) { + constructor({ docsPath }: { docsPath?: string } = {}) { super( [ "Could not find an Account to execute with this Action.",