From 2da866f982930c76d2317a3be426410683ecf5a2 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Mon, 19 Feb 2024 07:30:17 -0500 Subject: Update eslint rules (#710) --- ext/js/comm/frame-ancestry-handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/js/comm/frame-ancestry-handler.js') diff --git a/ext/js/comm/frame-ancestry-handler.js b/ext/js/comm/frame-ancestry-handler.js index 92ed3b8c..39288738 100644 --- a/ext/js/comm/frame-ancestry-handler.js +++ b/ext/js/comm/frame-ancestry-handler.js @@ -176,7 +176,7 @@ export class FrameAncestryHandler { const {params} = /** @type {import('core').SerializableObject} */ (data); if (typeof params !== 'object' || params === null) { return; } - this._onRequestFrameInfo(/** @type {import('core').SerializableObject} */ (params), source); + void this._onRequestFrameInfo(/** @type {import('core').SerializableObject} */ (params), source); } /** -- cgit v1.2.3