Skip to content

Commit 50bba70

Browse files
Merge pull request #43 from StreetSupport/feature/3017-create-location-specific-content-management-system
3017 - Fix eslint errors
2 parents 1aa36ce + b6d16ac commit 50bba70

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)