fix: lint error

This commit is contained in:
Bassel Kanso 2024-05-21 12:27:07 +03:00
parent e0270cd122
commit 5952f60c18

View File

@ -3,7 +3,7 @@ import { extname } from 'path';
import { EOL } from 'os';
import type Chain from 'stream-chain';
import { chain } from 'stream-chain';
import { isEmpty, uniq, last, isNumber, difference, set, omit, pick } from 'lodash/fp';
import { isEmpty, uniq, last, isNumber, set, pick } from 'lodash/fp';
import { diff as semverDiff } from 'semver';
import type { Struct, Utils } from '@strapi/types';