Skip to content

Commit 00a6adb

Browse files
committed
loader fixed
1 parent 686c793 commit 00a6adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/FetchPreview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Command from "./Command";
22
import BotChecker from "../BotChecker";
33
import TempFileService from "../TempFileService";
4-
import cheerio from "cheerio";
4+
import * as cheerio from "cheerio";
55
import { IEvent } from "../IEvent";
66

77
export default class FetchPreview extends Command {

0 commit comments

Comments
 (0)