sync
This commit is contained in:
parent
5c491758f5
commit
a2d652b13d
1 changed files with 2 additions and 4 deletions
|
|
@ -20,11 +20,9 @@ export namespace Share {
|
||||||
sessionID: sessionID,
|
sessionID: sessionID,
|
||||||
shareID: session.shareID,
|
shareID: session.shareID,
|
||||||
key: payload.properties.key,
|
key: payload.properties.key,
|
||||||
content: payload.properties.content,
|
content: JSON.stringify(payload.properties.content),
|
||||||
}),
|
}),
|
||||||
})
|
});
|
||||||
.then((x) => x.text())
|
|
||||||
.then(console.log);
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue