test
This commit is contained in:
parent
0640d64e5d
commit
9170139392
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user