Skip to content

Commit 9344147

Browse files
committed
Lint
1 parent c852f25 commit 9344147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/appservice/Appservice.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ export class Appservice extends EventEmitter {
673673
const decryptFn = async (client: MatrixClient) => {
674674
// Also fetches state in order to decrypt room. We should throw if the client is confused.
675675
if (!await client.crypto.isRoomEncrypted(roomId)) {
676-
throw new Error("Client detected that the room is not encrypted.")
676+
throw new Error("Client detected that the room is not encrypted.");
677677
}
678678
let event = (await client.crypto.decryptRoomEvent(encrypted, roomId)).raw;
679679
event = await this.processEvent(event);

0 commit comments

Comments
 (0)