This commit is contained in:
unknown 2025-12-26 18:07:30 +05:30
parent 0640d64e5d
commit 9170139392

View File

@ -808,7 +808,7 @@ exports.getQuarterPeriods = async (req, res) => {
.json({ status: "failed", message: "current_year and current_quarter are required" }); .json({ status: "failed", message: "current_year and current_quarter are required" });
} }
const config = await QuarterlyWindowConfig.findOne({ const config = await QuarterlyWindowsConfiguration.findOne({
where: { where: {
year: current_year, year: current_year,
quarter: current_quarter quarter: current_quarter