diff --git a/src/updater/index.js b/src/updater/index.js index 1600d18..86839af 100644 --- a/src/updater/index.js +++ b/src/updater/index.js @@ -19,8 +19,8 @@ const JOB_TYPE = 'NIGHTLY' const runUpdater = async () => { // Dependencies between updating, may result in failure if order not kept - // await updateUsers() - // await updateOrganisations() + await updateUsers() + await updateOrganisations() await updateCoursesAndTeacherFeedbackTargets() await updateStudentFeedbackTargets() await updateFeedbackTargetCounts()