You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-07-31 15:24:23 +03:00
Fix lint errors
This commit is contained in:
@ -431,7 +431,7 @@ describe("TimelineWindow", function() {
|
||||
expect(timeline0).toBe(timeline);
|
||||
expect(opts.backwards).toBe(false);
|
||||
expect(opts.limit).toEqual(2);
|
||||
paginateCount += 1
|
||||
paginateCount += 1;
|
||||
return q(true);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user