Skip to content

Commit

Permalink
address code scan failure
Browse files Browse the repository at this point in the history
This code will be removed in the near future
  • Loading branch information
jkasten2 committed Oct 26, 2023
1 parent d79a4fa commit f4a66ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/shared/services/Postmam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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, '*');
}

/**
Expand Down

0 comments on commit f4a66ff

Please sign in to comment.