chore: format code
This commit is contained in:
parent
3d99dc78db
commit
cc726e0200
1 changed files with 5 additions and 2 deletions
|
|
@ -9,7 +9,10 @@ async function test() {
|
||||||
]
|
]
|
||||||
|
|
||||||
const batch2: Share.Data[] = [
|
const batch2: Share.Data[] = [
|
||||||
{ type: "part", data: { id: "part1", sessionID: "session1", messageID: "msg1", type: "text", text: "Hello Updated" } },
|
{
|
||||||
|
type: "part",
|
||||||
|
data: { id: "part1", sessionID: "session1", messageID: "msg1", type: "text", text: "Hello Updated" },
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
await Share.sync({
|
await Share.sync({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue