From fe00d3e81d56e2604229744306cb3d88f390d77f Mon Sep 17 00:00:00 2001 From: David Ashby Date: Mon, 8 Jul 2024 19:13:48 -0400 Subject: [PATCH] fix import syntax --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 6fa05af..d945d19 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ import { load } from "cheerio"; import { readFile, writeFile } from "fs"; import process from "child_process"; -import stores from "./stores.json" assert { type: "json" }; +import stores from "./stores.json" with { type: "json" }; function GetRecentChanges() { const res = process