Skip to content

Commit

Permalink
remove bug 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyIndraEfendi committed Jul 18, 2024
1 parent 5fe6f76 commit 7fce36c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/animeindoController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import * as cheerio from "cheerio";
import request from "request";
import { baseURL } from "../lib/baseURL";
import { IncomingMessage } from "http";
import { data } from "cheerio/lib/api/attributes";

export const getAnimeOnGoing = (req: Request, res: Response): Promise<void> => {
const { order_by, page } = req.query;
Expand Down

0 comments on commit 7fce36c

Please sign in to comment.