diff --git a/main.ts b/main.ts index 55b8628..06fd5db 100644 --- a/main.ts +++ b/main.ts @@ -1,5 +1,5 @@ import { Mwn, RecentChange } from 'npm:mwn' -import process, { title } from "node:process"; +import process from "node:process"; import { parseSummary } from "./parse.ts"; import { bucketEvents, writeSections } from "./write.ts";