Skip to content

Commit

Permalink
Merge pull request #687 from WPMedia/fixed-cheerio-version
Browse files Browse the repository at this point in the history
revert an import change
  • Loading branch information
nschubach authored Feb 29, 2024
2 parents be151f4 + bacf6a4 commit f302afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/content-elements/src/contentElements.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { buildResizerURL } from '@wpmedia/feeds-resizer'
import { findVideo } from '@wpmedia/feeds-find-video-stream'
const cheerio = require('cheerio')
import * as cheerio from 'cheerio'
const { decode } = require('he')
const jmespath = require('jmespath')
const { fragment } = require('xmlbuilder2')
Expand Down

0 comments on commit f302afd

Please sign in to comment.