From 9170139392f759a06b28598cf6bbcf88a27f0dab Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 26 Dec 2025 18:07:30 +0530 Subject: [PATCH] test --- app/controllers/submission.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/submission.controller.js b/app/controllers/submission.controller.js index b0abb8a..a419707 100644 --- a/app/controllers/submission.controller.js +++ b/app/controllers/submission.controller.js @@ -808,7 +808,7 @@ exports.getQuarterPeriods = async (req, res) => { .json({ status: "failed", message: "current_year and current_quarter are required" }); } - const config = await QuarterlyWindowConfig.findOne({ + const config = await QuarterlyWindowsConfiguration.findOne({ where: { year: current_year, quarter: current_quarter