summaryrefslogtreecommitdiff
path: root/fetch.ts
diff options
context:
space:
mode:
Diffstat (limited to 'fetch.ts')
-rw-r--r--fetch.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch.ts b/fetch.ts
index a7782af98..c59d41bf5 100644
--- a/fetch.ts
+++ b/fetch.ts
@@ -8,7 +8,7 @@ import {
typedArrayToArrayBuffer
} from "./util";
import { pubInternal, sub } from "./dispatch";
-import { main as pb } from "./msg.pb";
+import { deno as pb } from "./msg.pb";
export function initFetch() {
sub("fetch", (payload: Uint8Array) => {