Skip to content

Commit 5a2b10c

Browse files
committed
Fix linting
1 parent 33c85f3 commit 5a2b10c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/app.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ import AuthController from './controllers/auth.js';
88
import Controller from './controllers/base.js';
99
import HomeController from './controllers/home.js';
1010

11-
import { dirname } from 'node:path';
12-
import { fileURLToPath } from 'node:url';
13-
14-
const __dirname = dirname(fileURLToPath(import.meta.url));
15-
1611
/**
1712
* Configuration of the express application.
1813
*/

0 commit comments

Comments
 (0)