From 0d38759201f40bc715d6ab99aa54d50599623373 Mon Sep 17 00:00:00 2001 From: wizard <112275929+famouswizard@users.noreply.github.com> Date: Tue, 9 Sep 2025 13:55:13 +0300 Subject: [PATCH] chore: clean up docsPath type --- packages/permissionless/errors/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.",