Skip to content

Commit

Permalink
perf: use FifoMap (#5331)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Feb 27, 2024
1 parent adc88d3 commit db758b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/contentTypeParser.js
@@ -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 db758b3

Please sign in to comment.