Skip to content

Commit ac19a30

Browse files
authored
Merge branch 'fastify:main' into main
2 parents 034edd6 + db758b3 commit ac19a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/contentTypeParser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22

33
const { AsyncResource } = require('node:async_hooks')
4-
const { Fifo } = require('toad-cache')
4+
const { FifoMap: Fifo } = require('toad-cache')
55
const { safeParse: safeParseContentType, defaultContentType } = require('fast-content-type-parse')
66
const secureJson = require('secure-json-parse')
77
const {

0 commit comments

Comments
 (0)