diff --git a/src/app/account.service.ts b/src/app/account.service.ts index f788315..b0f50bd 100644 --- a/src/app/account.service.ts +++ b/src/app/account.service.ts @@ -48,11 +48,7 @@ export class AccountService { localStorage["channels"] = { // There can be multiple channels - "": { - "claimId": "", - "handle": "", - "pubKeyAddress": "", - } + "": PrivateChannelInfo, } */