Skip to content

Commit

Permalink
Update useMessage hook comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Apr 29, 2024
1 parent e29fa36 commit 570e022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-sdk/src/hooks/useMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export type SendMessageOptions = Omit<SendOptions, "contentType"> &
Pick<UseSendMessageOptions, "onSuccess" | "onError">;

/**
* This hook is for internal use only and wraps helper functions to include
* the client, DB instance, and other values for easier consumption.
* This hook wraps helper functions to include the client, DB instance, and
* other values for easier consumption.
*/
export const useMessage = () => {
const xmtpContext = useContext(XMTPContext);
Expand Down

0 comments on commit 570e022

Please sign in to comment.