You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-07-30 04:23:07 +03:00
Linting
This commit is contained in:
@ -961,7 +961,7 @@ describe("SlidingSyncSdk", () => {
|
||||
{
|
||||
type: EventType.RoomMember,
|
||||
state_key: alice,
|
||||
content: {membership: "join"},
|
||||
content: { membership: "join" },
|
||||
sender: alice,
|
||||
origin_server_ts: Date.now(),
|
||||
event_id: "$alice",
|
||||
@ -982,7 +982,7 @@ describe("SlidingSyncSdk", () => {
|
||||
"m.read": {
|
||||
[alice]: {
|
||||
ts: 1234567,
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
@ -1009,7 +1009,7 @@ describe("SlidingSyncSdk", () => {
|
||||
"m.read": {
|
||||
[alice]: {
|
||||
ts: 1234567,
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user