pull/81/head
Dax Raad 2025-05-23 16:57:10 -04:00
parent 5c491758f5
commit a2d652b13d
1 changed files with 2 additions and 4 deletions

View File

@ -20,11 +20,9 @@ export namespace Share {
sessionID: sessionID,
shareID: session.shareID,
key: payload.properties.key,
content: payload.properties.content,
content: JSON.stringify(payload.properties.content),
}),
})
.then((x) => x.text())
.then(console.log);
});
});
});