Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
koikiss-dev committed Feb 9, 2024
1 parent 6dbf611 commit 99c2fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/v1/anime/animeblix/AnimeBlixRoutes.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Router } from "express";
import { AnimeBlix } from "../../../../scraper/sites/anime/animeBlix/AnimeBlix";
import { AnimeBlix } from "../../../../scraper/sites/anime/AnimeBlix/AnimeBlix";

const Anime = new AnimeBlix();
const router = Router();
Expand Down
2 changes: 1 addition & 1 deletion src/routes/v1/anime/wcostream/wcostreamRoutes.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Router } from "express";
import { WcoStream } from "@providers/wcostream/WcoStream";
import { RuntimeUnpacked } from "@animetypes/utils";
//import { RuntimeUnpacked } from "@animetypes/utils";
const Anime = new WcoStream();
const router = Router();

Expand Down

0 comments on commit 99c2fea

Please sign in to comment.