From a3a0c40dc42f6e240540a1834d42f97756a66157 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 29 Nov 2022 14:17:53 +0000 Subject: [PATCH] lint --- src/crypto/index.ts | 3 ++- src/crypto/verification/request/VerificationRequest.ts | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/crypto/index.ts b/src/crypto/index.ts index 5205fe5dfd4..880f8dfe1f5 100644 --- a/src/crypto/index.ts +++ b/src/crypto/index.ts @@ -86,6 +86,7 @@ import { ISyncStateData } from "../sync"; import { CryptoStore } from "./store/base"; import { IVerificationChannel } from "./verification/request/Channel"; import { TypedEventEmitter } from "../models/typed-event-emitter"; +import { IContent } from "../models/event"; const DeviceVerification = DeviceInfo.DeviceVerification; @@ -2882,7 +2883,7 @@ export class Crypto extends TypedEventEmitter