src/lib/contentUtils/assetHandler.js
Function processAssets
has 41 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
static async processAssets({ force = false }) {
const convertedAssets = [
...new Set(
globSync(convertedAssetGlobPattern).map(asset =>
asset