Skip to content

Commit

Permalink
fix(preview-service): use lodash-es not lodash (#3012)
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat authored Sep 16, 2024
1 parent cd14619 commit bd8da2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { logger } from '@/observability/logging.js'
import { randomUUID } from 'crypto'
import type { Request } from 'express'
import type { IncomingHttpHeaders, IncomingMessage } from 'http'
import { get } from 'lodash'
import { get } from 'lodash-es'
import { pinoHttp } from 'pino-http'

function determineRequestId(headers: IncomingHttpHeaders, uuidGenerator = randomUUID) {
Expand Down

0 comments on commit bd8da2e

Please sign in to comment.