This commit is contained in:
Dax Raad 2025-05-27 15:41:44 -04:00
commit 2e2bdd46b4
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ export namespace Share {
sessionID: sessionID,
shareID: session.shareID,
key: key,
content: JSON.stringify(content),
content,
}),
});
})