Skip to content

Commit

Permalink
Fixing issue with imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehewitt15 committed Jul 25, 2024
1 parent 9c1c264 commit dad7c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/httpRoutes/requestValidator.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Request, Response } from 'express'
import { getConfiguration } from '../../utils'
import { HTTP_LOGGER } from '../../utils/logging/common'
import { getConfiguration } from '../../utils/index.js'
import { HTTP_LOGGER } from '../../utils/logging/common.js'

// TODO we should group common stuff,
// we have multiple similar validation interfaces
Expand Down

0 comments on commit dad7c57

Please sign in to comment.