Skip to content

Commit

Permalink
fix: cheerio import error
Browse files Browse the repository at this point in the history
  • Loading branch information
ZTRdiamond committed Sep 4, 2024
1 parent 2feabdb commit d48fd32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/function.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import path from "path";
import { fileURLToPath, pathToFileURL } from "url";
import { platform } from "os";
import moment from "moment-timezone";
import cheerio from "cheerio";
import * as cheerio from "cheerio";
import { format } from "util";
import FormData from "form-data"
import mimes from "mime-types"
Expand Down Expand Up @@ -358,4 +358,4 @@ export default new (class Function {
rating: bestMatch.rating,
};
}
})()
})()

0 comments on commit d48fd32

Please sign in to comment.