Skip to content

Commit b6d16ac

Browse files
committed
Fix eslint errors
1 parent 38a97a0 commit b6d16ac

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/routes/locationLogoRoutes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
updateLocationLogo,
66
deleteLocationLogo,
77
getLocationLogoById
8-
} from '../controllers/locationLogoController.jsx';
8+
} from '../controllers/locationLogoController.js';
99
import { locationLogosAuth, locationLogosGetAuth } from '../middleware/authMiddleware.js';
1010
import { uploadLocationLogo } from '../middleware/uploadMiddleware.js';
1111

0 commit comments

Comments
 (0)