Skip to content

Commit

Permalink
EDX-2853 - fixes issue from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mightycox committed Sep 11, 2024
1 parent b7bc8ee commit b8a01ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/src/components/sdc/sdc.js
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,7 @@ async function moveSld (req, res) {
logApiError(e, 'Error attempting to move sld record(s)');
return errorResponse(res);
}
}

async function getDistrictHeadcounts(req, res) {
try {
Expand Down Expand Up @@ -955,6 +956,6 @@ module.exports = {
getSdcDistrictCollections,
downloadSdcReport,
updateBandCode,
moveSld
moveSld,
getDistrictHeadcounts
};

0 comments on commit b8a01ee

Please sign in to comment.