From a3114e1a5de7735050a4e8bfbc8aeac1664f4d29 Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Mon, 8 Mar 2021 12:37:01 +0100 Subject: [PATCH] Remove overloads --- src/scripts/scrape-data/handiwork-parse.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/scripts/scrape-data/handiwork-parse.ts b/src/scripts/scrape-data/handiwork-parse.ts index 66cb988..892295b 100644 --- a/src/scripts/scrape-data/handiwork-parse.ts +++ b/src/scripts/scrape-data/handiwork-parse.ts @@ -15,10 +15,6 @@ import { IBasic, TAuthor, TEngine, TExternalPlatform, TStatus } from "../interfa import shared, { TPrefixDict } from "../shared"; import { ILink, IPostElement } from "./post-parse"; -export async function getHandiworkInformation(url: string): Promise; - -export async function getHandiworkInformation(url: Thread): Promise; - /** * Gets information of a particular handiwork from its thread. *