Skip to content

Commit

Permalink
Minor comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Aug 9, 2024
1 parent c5043d5 commit 8b4ad5d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/background/src/interaction/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,6 @@ export class InteractionService {

let succeeded = false;
try {
// 이 경우는 window id를 구분하지 않고 ping을 하기 때문에 window id 별로 구분할 필요가 없다.
// 어차피 아무것도 안켜져있으면 오류가 던져지고
// 하나라도 켜져있으면 무조건 true를 반환하게 되기 때문에 한번만 보내도 된다.
const res = await this.extensionMessageRequesterToUI!.sendMessage(
APP_PORT,
new InteractionPingMsg(0, true)
Expand Down

0 comments on commit 8b4ad5d

Please sign in to comment.