diff --git a/controllers/bannerController.js b/controllers/bannerController.js index 19db268..fd0898c 100644 --- a/controllers/bannerController.js +++ b/controllers/bannerController.js @@ -92,6 +92,7 @@ export const updateBanner = async (req, res) => { subTitle: req.body.subTitle, section: req.body.section, + subSection: req.body.subSection, startDate: req.body.startDate, endDate: req.body.endDate, }; diff --git a/tmp/tmp-1-1656911912016 b/tmp/tmp-1-1656911912016 new file mode 100644 index 0000000..6fb99c9 Binary files /dev/null and b/tmp/tmp-1-1656911912016 differ