From faff240eb134681f03ecb287a3509aea195e6146 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Sat, 27 May 2023 14:02:15 +0200 Subject: [PATCH] fuck Signed-off-by: Sam Therapy --- custom/toml/toml.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/toml/toml.ts b/custom/toml/toml.ts index 341740e..7789bc0 100644 --- a/custom/toml/toml.ts +++ b/custom/toml/toml.ts @@ -1,4 +1,4 @@ -import { parse } from "std/toml/mod.ts" +import { parse } from "std/encoding/toml.ts" export default async function toml(path: string | URL) { const content = await Deno.readTextFile(path)