File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import {
1919import { asyncHandler } from '../utils/asyncHandler.js' ;
2020import Accommodation from '../models/accommodationModel.js' ;
2121import GroupedService from '../models/groupedServiceModel.js' ;
22- import SwepBanner from 'models/swepModel.js' ;
22+ import SwepBanner from '../ models/swepModel.js' ;
2323
2424type PreValidatedBannerData = z . output < typeof BannerPreUploadApiSchema > ;
2525// Extend Request interface to include user
Original file line number Diff line number Diff line change 11import { Schema , model } from 'mongoose' ;
22import { ISwepBanner } from '../types/swep-banners/ISwepBanner.js' ;
3- import { EmergencyContactSchema } from 'types/swep-banners/IEmergencyContact.js' ;
3+ import { EmergencyContactSchema } from '../ types/swep-banners/IEmergencyContact.js' ;
44
55// SWEP Banner Schema
66export const SwepBannerSchema = new Schema < ISwepBanner > ( {
You can’t perform that action at this time.
0 commit comments