Skip to content

Commit

Permalink
fix: removed undocumented fn (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman035 authored May 29, 2023
1 parent 30f88b4 commit 3fff974
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 45 deletions.
9 changes: 4 additions & 5 deletions packages/restapi/src/lib/chat/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ export * from './chats';
export * from './chat';
export * from './requests';
export * from './send';
export * from "./conversationHash";
export * from './conversationHash';
export * from './approveRequest';
export * from './updateUser';
export * from './historicalMessages';
export * from './latestMessage';
export { decryptWithWalletRPCMethod } from "../helpers/crypto";
export { decryptPGPKey } from "../helpers/crypto";
export { decryptConversation } from "./helpers";
export { decryptWithWalletRPCMethod } from '../helpers/crypto';
export { decryptPGPKey } from '../helpers/crypto';
export { decryptConversation } from './helpers';
export * from './helpers/payloadHelper';
export * from './createGroup';
export * from './updateGroup';
Expand Down
40 changes: 0 additions & 40 deletions packages/restapi/src/lib/chat/updateUser.ts

This file was deleted.

0 comments on commit 3fff974

Please sign in to comment.