Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
karanpargal committed Sep 6, 2024
1 parent 068baef commit 1816996
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const sendBroadcast = async (text: string, address: string) => {
throw new Error("Client not initialized");
}

const subscribers = getDevWalletAddresses();
const subscribers = [""];
const broadcastId = addBroadcast(client.address, subscribers, text);
startBroadcast(client, subscribers, text, broadcastId);

Expand Down

0 comments on commit 1816996

Please sign in to comment.