Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
benStre committed Feb 12, 2024
1 parent 3cb3a9b commit cb581a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ import { deleteCookie, getCookie, setCookie } from "../utils/cookies.ts";
import { addPersistentListener, removePersistentListener } from "../utils/persistent-listeners.ts";
import { endpoint_config } from "./endpoint_config.ts";
import type { DatexInData, DatexOutData } from "../network/communication-hub.ts";
import { communicationHub } from "../network/communication-hub.ts";

const mime = client_type === "deno" ? (await import("https://deno.land/x/mimetypes@v1.0.0/mod.ts")).mime : null;

Expand Down

0 comments on commit cb581a3

Please sign in to comment.