Skip to content

Commit

Permalink
Merge branch 'fastify:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
riosje authored Feb 27, 2024
2 parents 034edd6 + db758b3 commit ac19a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/contentTypeParser.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

const { AsyncResource } = require('node:async_hooks')
const { Fifo } = require('toad-cache')
const { FifoMap: Fifo } = require('toad-cache')
const { safeParse: safeParseContentType, defaultContentType } = require('fast-content-type-parse')
const secureJson = require('secure-json-parse')
const {
Expand Down

0 comments on commit ac19a30

Please sign in to comment.