This commit is contained in:
parent
24f9aff11d
commit
0f954d30a9
2
index.js
2
index.js
@ -1,7 +1,7 @@
|
|||||||
import { load } from "cheerio";
|
import { load } from "cheerio";
|
||||||
import { readFile, writeFile } from "fs";
|
import { readFile, writeFile } from "fs";
|
||||||
import process from "child_process";
|
import process from "child_process";
|
||||||
import stores from "./stores.json" assert { type: "json" };
|
import stores from "./stores.json" with { type: "json" };
|
||||||
|
|
||||||
function GetRecentChanges() {
|
function GetRecentChanges() {
|
||||||
const res = process
|
const res = process
|
||||||
|
Loading…
Reference in New Issue
Block a user