From d47ec6d218254b9bed72d144dd23078b39da6dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20Sj=C3=B6green?= Date: Sun, 3 Mar 2024 15:36:16 +0100 Subject: [PATCH] fix: fmt --- src/ffi.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ffi.ts b/src/ffi.ts index 93e6055..13d2a0a 100644 --- a/src/ffi.ts +++ b/src/ffi.ts @@ -3,7 +3,6 @@ import { version } from "../deno.json" with { type: "json" }; import { dlopen, download } from "@denosaurs/plug"; import { Webview } from "./webview.ts"; - const cache = Deno.env.get("PLUGIN_URL") === undefined ? "use" : "reloadAll"; const url = Deno.env.get("PLUGIN_URL") ?? `https://github.com/webview/webview_deno/releases/download/${version}/`;