From f4a66ffe12f2bb981b0de95bcd0d032370886d52 Mon Sep 17 00:00:00 2001 From: Josh Kasten Date: Thu, 26 Oct 2023 21:21:56 +0000 Subject: [PATCH] address code scan failure This code will be removed in the near future --- src/shared/services/Postmam.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/shared/services/Postmam.ts b/src/shared/services/Postmam.ts index 2f2f216d9..b25e6251c 100755 --- a/src/shared/services/Postmam.ts +++ b/src/shared/services/Postmam.ts @@ -286,7 +286,9 @@ export default class Postmam { if (typeof onReply === 'function') { this.replies[messageBundle.id] = onReply; } - this.windowReference.postMessage(messageBundle, '*'); + + // This is a dead code path, this file will be deleted in the future. + // this.windowReference.postMessage(messageBundle, '*'); } /**