Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 661fdd9

Browse files
committed
ts strict fix
1 parent 65aaec4 commit 661fdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/structures/TimelinePanel-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ describe("TimelinePanel", () => {
524524
client.isRoomEncrypted = () => true;
525525
client.supportsExperimentalThreads = () => true;
526526
client.decryptEventIfNeeded = () => Promise.resolve();
527-
const authorId = client.getUserId();
527+
const authorId = client.getUserId()!;
528528
const room = new Room("roomId", client, authorId, {
529529
lazyLoadMembers: false,
530530
});

0 commit comments

Comments
 (0)