format: delete comment

This commit is contained in:
Artemy 2023-08-14 17:47:37 +03:00
parent 2f67e968c7
commit 126a0f1d13

View File

@ -1,5 +1,4 @@
import { Readability } from "@mozilla/readability";
// import { JSDOM } from "jsdom";
import { IHandlerOutput } from "./handler.interface";
export async function readability(document: Document): Promise<IHandlerOutput> {