Skip to content

Commit

Permalink
Uncomment updater steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Veikkosuhonen committed Mar 4, 2024
1 parent 111c1fb commit 090521b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/updater/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ const JOB_TYPE = 'NIGHTLY'

const runUpdater = async () => {
// Dependencies between updating, may result in failure if order not kept
// await updateUsers()
// await updateOrganisations()
// await updateCoursesAndTeacherFeedbackTargets()
await updateUsers()
await updateOrganisations()
await updateCoursesAndTeacherFeedbackTargets()
await updateStudentFeedbackTargets()
// await updateFeedbackTargetCounts()
// await synchronizeInterimFeedbacks()
await updateFeedbackTargetCounts()
await synchronizeInterimFeedbacks()
}

const run = async () => {
Expand Down

0 comments on commit 090521b

Please sign in to comment.