diff --git a/front/src/Api/IframeListener.ts b/front/src/Api/IframeListener.ts index df9596c1..52dc2c4c 100644 --- a/front/src/Api/IframeListener.ts +++ b/front/src/Api/IframeListener.ts @@ -436,8 +436,7 @@ class IframeListener { callback: AnswererCallback, typeChecker?: Guard ): void { - //@ts-ignore - this.answerers[key] = callback; + this.answerers[key] = callback as never; } public unregisterAnswerer(key: keyof IframeQueryMap): void {