This commit is contained in:
Atridad Lahiji 2023-10-22 23:10:38 -06:00
parent d9bf275578
commit 048c11f7c7
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View file

@ -27,7 +27,7 @@ export const publishToMultipleChannels = async (
events: EventType[],
message: string
) => {
const response = await fetch(`https://rest.ably.io/messages`, {
await fetch(`https://rest.ably.io/messages`, {
method: "POST",
headers: {
"Content-Type": "application/json",
@ -43,7 +43,4 @@ export const publishToMultipleChannels = async (
}),
}),
});
const json = await response.json();
console.log(json);
};

View file

@ -1,6 +1,6 @@
{
"name": "sprintpadawan",
"version": "3.1.7",
"version": "3.1.8",
"description": "Plan. Sprint. Repeat.",
"private": true,
"scripts": {