refactor: types dir import

This commit is contained in:
Ritesh Ghosh
2024-01-19 19:55:31 +05:30
parent c0ee0bc7b1
commit 9c37cb0cad
11 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import {
import axios, { AxiosError } from "axios";
import createHttpError, { type HttpError } from "http-errors";
import { load, type CheerioAPI, type SelectorType } from "cheerio";
import type { ScrapedAnimeSearchSuggestion } from "../models/parsers/index.js";
import type { ScrapedAnimeSearchSuggestion } from "../types/parsers/index.js";
// /anime/search/suggest?q=${query}
async function scrapeAnimeSearchSuggestion(