Skip to content

Commit

Permalink
fix: from {} to object
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifahmed990 committed Dec 17, 2024
1 parent 3ebcb46 commit d4df962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/account/Safe/SafeAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ export class SafeAccount extends SmartAccount {
} = {},
): {
domain: SafeUserOperationTypedDataDomain,
types:{},
types:object,
messageValue: SafeUserOperationV6TypedMessageValue
} {
const validAfter = overrides.validAfter ?? 0n;
Expand Down Expand Up @@ -684,7 +684,7 @@ export class SafeAccount extends SmartAccount {
} = {},
): {
domain: SafeUserOperationTypedDataDomain,
types:{},
types:object,
messageValue: SafeUserOperationV6TypedMessageValue
} {
const validAfter = overrides.validAfter ?? 0n;
Expand Down

0 comments on commit d4df962

Please sign in to comment.