Skip to content

Commit

Permalink
Fix cheerio imports
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Aug 12, 2024
1 parent b83e727 commit 77c6e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/processors/bootstrapHtmlTransformer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {getLogger} from "@ui5/logger";
const log = getLogger("builder:processors:bootstrapHtmlTransformer");
import cheerio from "cheerio";
import * as cheerio from "cheerio";

/**
* @module @ui5/builder/processors/bootstrapHtmlTransformer
Expand Down

0 comments on commit 77c6e8f

Please sign in to comment.