Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Leblow committed Dec 5, 2023
1 parent f24d6c0 commit 44bdad6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/backend/src/nest/storage/storage.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export class StorageService extends EventEmitter {
public publicChannelsRepos: Map<string, PublicChannelsRepo> = new Map()
public directMessagesRepos: Map<string, DirectMessagesRepo> = new Map()
private publicKeysMap: Map<string, CryptoKey> = new Map()
private userNamesMap: Map<string, string> = new Map()

public communityMetadataStore: CommunityMetadataStore
public certificatesRequestsStore: CertificatesRequestsStore
Expand Down

0 comments on commit 44bdad6

Please sign in to comment.