Skip to content

Commit 8391c68

Browse files
Remove unused import from getProjectUnits.ts
- Deleted the unused `Pool` import from the `getProjectUnits.ts` file to enhance code clarity and maintainability. This change streamlines the code by removing unnecessary dependencies, contributing to a cleaner codebase.
1 parent 12c3946 commit 8391c68

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

workers/main/src/activities/weeklyFinancialReports/getProjectUnits.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { Pool } from 'mysql2/promise';
2-
31
import { AppError } from '../../common/errors';
42
import { writeJsonFile } from '../../common/fileUtils';
53
import { RedminePool } from '../../common/RedminePool';

0 commit comments

Comments
 (0)