Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JIOjosBG committed Nov 30, 2023
1 parent b5596af commit b3ba14c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/interfaces/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export interface RelayerResponseLinkedAccount {
}
accounts: {
[identityAddr: string]: AccountCreation & {
// @TODO: @NOTE: shouldn't this be just string, relayer sometimes returns boolean
associatedKeys: { [key: string]: string | boolean }
initialPrivilegesAddrs: string[]
}
Expand Down
2 changes: 1 addition & 1 deletion src/libs/emailVault/emailVault.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
RecoveryKey
} from '../../interfaces/emailVault'

// @TODO needs schema validation
// @TODO add shcema validation once figured out
export class EmailVault {
private callRelayer: Function

Expand Down

0 comments on commit b3ba14c

Please sign in to comment.