Skip to content

Commit

Permalink
feat: add information about what cur ids are going to be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Apr 19, 2024
1 parent 9005689 commit bd9a831
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ const deleteCancelledCourses = async (cancelledCourseIds) => {

const feedbackTargetIds = feedbackTargets.map((target) => target.id)

logger.info(`Starting to delete fbts with the following cur ids: ${courseRealisationIds}`)

const destroyedUserFeedbackTargets = await UserFeedbackTarget.destroy({
where: {
feedbackTargetId: {
Expand Down

0 comments on commit bd9a831

Please sign in to comment.