Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanRaj1608 committed Aug 23, 2023
1 parent 4e88e9b commit 1b148d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/modules/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export * from './interfaces/IValidationModule'
export * from './BaseValidationModule'
export * from './ECDSAOwnershipValidationModule'
export * from './MultichainValidationModule'
// export * from './SessionKeyManagerModule'
export * from './SessionKeyManagerModule'
// export * from './PasskeyValidationModule'
2 changes: 1 addition & 1 deletion packages/modules/src/utils/Types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface SessionKeyManagerModuleConfig extends BaseValidationModuleConfi
moduleAddress?: string
version?: ModuleVersion
sessionSigner?: Signer
sessionPubKey: string
sessionPubKey?: string
nodeClientUrl?: string
chainId: ChainId
smartAccountAddress: string
Expand Down

0 comments on commit 1b148d5

Please sign in to comment.