chore: format code

This commit is contained in:
GitHub Action 2025-12-01 21:35:51 +00:00
commit cc726e0200

View file

@ -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({