Skip to content

Commit 0d38759

Browse files
authored
chore: clean up docsPath type
1 parent 1f45946 commit 0d38759

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/permissionless/errors/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { BaseError } from "viem"
22

33
export class AccountNotFoundError extends BaseError {
4-
constructor({ docsPath }: { docsPath?: string | undefined } = {}) {
4+
constructor({ docsPath }: { docsPath?: string } = {}) {
55
super(
66
[
77
"Could not find an Account to execute with this Action.",

0 commit comments

Comments
 (0)