Skip to content

Commit

Permalink
chore: linter 🧽
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Mar 24, 2024
1 parent c9d6276 commit 1a50ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/service-worker/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const getClientByTab = (clients: Client[], msgId: string) => {
}

return client;
}
};

const sendMessageToSandboxFromServiceWorker = (accessReq: MainAccessRequest) =>
new Promise<MainAccessResponse>(async (resolve) => {
Expand Down

0 comments on commit 1a50ed4

Please sign in to comment.