Skip to content

Commit

Permalink
fix: restore mankelis
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Apr 19, 2024
1 parent 6ac42d7 commit e93894b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/updater/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e93894b

Please sign in to comment.