diff --git a/src/steps/processServiceFiles.ts b/src/steps/processServiceFiles.ts index a3a88f86..ebe8c1d3 100644 --- a/src/steps/processServiceFiles.ts +++ b/src/steps/processServiceFiles.ts @@ -9,7 +9,6 @@ import shell from 'shelljs'; import {FsContext} from '@diplodoc/transform/lib/typings'; import {RevisionContext} from '~/context/context'; - const getFilePathsByGlobals = (globs: string[], context: RevisionContext): string[] => { const {ignore = []} = ArgvService.getConfig();