Skip to content

Commit

Permalink
doc: remote unnecessary require module (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS authored Jan 21, 2023
1 parent b5591b6 commit 110a8ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ If you are looking for the documentation for the legacy callback-api please see
const fastify = require('fastify')()
const fs = require('fs')
const util = require('util')
const path = require('path')
const { pipeline } = require('stream')
const pump = util.promisify(pipeline)

Expand Down

0 comments on commit 110a8ba

Please sign in to comment.