Skip to content

Commit 1ec5f19

Browse files
committed
fix(patch): remove unused imports after duplicate logging removal
Removed unused imports for `logger` and `pluralize` that were only used in the duplicate logging code that was removed in the previous commit. Fixes TypeScript errors: - TS6133: 'logger' is declared but its value is never read - TS6133: 'pluralize' is declared but its value is never read
1 parent 8ac863b commit 1ec5f19

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/cli/src/commands/patch/handle-patch-get.mts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ import {
77
MANIFEST_JSON,
88
} from '@socketsecurity/lib/constants/paths'
99
import { safeMkdir } from '@socketsecurity/lib/fs'
10-
import { logger } from '@socketsecurity/lib/logger'
1110
import { normalizePath } from '@socketsecurity/lib/path'
12-
import { pluralize } from '@socketsecurity/lib/words'
1311

1412
import { PatchManifestSchema } from './manifest-schema.mts'
1513
import { outputPatchGetResult } from './output-patch-get-result.mts'

0 commit comments

Comments
 (0)