Skip to content

Commit

Permalink
fixed invalid douyin helper in available helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Dec 10, 2024
1 parent bb3b2ea commit a7406a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ext/src/helpers/douyin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { proxyMedia } from "@vot.js/shared/utils/utils";
import { RequestLang } from "@vot.js/shared/types/data";
import { availableLangs } from "@vot.js/shared/consts";

export default class TikTokHelper extends BaseHelper {
export default class DouyinHelper extends BaseHelper {
// eslint-disable-next-line @typescript-eslint/require-await
async getVideoData(videoId: string) {
// @ts-expect-error var from page scripts
Expand Down
2 changes: 1 addition & 1 deletion packages/ext/src/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import DzenHelper from "./dzen";
import UdemyHelper from "./udemy";
import CourseraHelper from "./coursera";
import CloudflareStreamHelper from "./cloudflarestream";
import DouyinHelper from "./cloudflarestream";
import DouyinHelper from "./douyin";

export * as MailRuHelper from "./mailru";
export * as WeverseHelper from "./weverse";
Expand Down

0 comments on commit a7406a4

Please sign in to comment.