This commit is contained in:
Dax Raad
2025-05-27 15:41:44 -04:00
parent 3a28ce9b0a
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,
}),
});
})