Skip to content

Commit

Permalink
fix: merged main
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman035 committed Jul 7, 2023
2 parents 46cf04e + 0f90f68 commit 2f4ad32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/demoreact/src/app/ChatTest/SendMessageTest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ const SendMessageTest = () => {
| 'Image'
| 'File'
| 'GIF'
| 'MediaURL'
| 'MediaEmbed'
| 'Meta'
| undefined,
receiverAddress,
signer: librarySigner,
Expand All @@ -68,7 +69,8 @@ const SendMessageTest = () => {
| 'Image'
| 'File'
| 'GIF'
| 'MediaURL'
| 'MediaEmbed'
| 'Meta'
| undefined,
receiverAddress,
signer: pvtKeySigner,
Expand Down

0 comments on commit 2f4ad32

Please sign in to comment.