From 1bb5c673402cf6c921b69942f3e0357058737902 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 ++- 1 file changed, 2 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