Skip to content

Commit 55fa12e

Browse files
Merge pull request #3289 from nestjs/copilot/sub-pr-3280-f7e0d8c5-483c-4c98-ad4a-1a61bd0ca736
Remove unused `stat` import from tools/clean.js
2 parents 39a6986 + 7541476 commit 55fa12e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clean.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { readdir, rm, stat } from 'node:fs/promises';
1+
import { readdir, rm } from 'node:fs/promises';
22
import { join } from 'node:path';
33

44
const sources = ['lib', 'actions', 'commands', 'bin'];

0 commit comments

Comments
 (0)