Skip to content

Commit

Permalink
Merge pull request #4655 from UniversityOfHelsinkiCS/OOD-63-v2
Browse files Browse the repository at this point in the history
OOD-63: [updater] require logger from correct file
  • Loading branch information
rikurauhala authored Oct 18, 2024
2 parents e9657fe + 009f3c1 commit b3449fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion updater/sis-updater-worker/src/updater/mapper.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const { sortBy, flatten, uniqBy } = require('lodash')

const { serviceProvider } = require('../config')
const { getMinMaxDate, logger } = require('../utils')
const { getMinMaxDate } = require('../utils')
const { logger } = require('../utils/logger')
const {
educationTypeToExtentcode,
getCountry,
Expand Down

0 comments on commit b3449fc

Please sign in to comment.