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 1a50ed4 commit 0c682d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/service-worker/fetch.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { debug } from '../utils';
import type { MainAccessRequest, MainAccessResponse } from '../types';
import Sandbox from '@sandbox';
import SandboxDebug from '@sandbox-debug';
import type { MainAccessRequest, MainAccessResponse } from '../types';
import { debug } from '../utils';

export const onFetchServiceWorkerRequest = (ev: FetchEvent) => {
const req = ev.request;
Expand Down

0 comments on commit 0c682d7

Please sign in to comment.