Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvlathey committed Oct 23, 2024
2 parents 5dd0fc1 + 08c5e55 commit 255906a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/communicator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class AppCommunicator {
// @ts-expect-error Handler existence is checked in this.canHandleMessage
const response = await handler(msg);

// If response is not returned, it means the response will be send somewhere else
// If response is not returned, it means the response will be sent somewhere else
if (typeof response !== "undefined") {
this.send(response, msg.data.id);
}
Expand Down

0 comments on commit 255906a

Please sign in to comment.