Skip to content

Commit

Permalink
Update lib/interceptor/response-error.js
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Nagy <ronagy@icloud.com>
  • Loading branch information
mertcanaltin and ronag committed Jun 17, 2024
1 parent ea068eb commit 6782734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interceptor/response-error.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

const { parseHeaders } = require('../core/util')
const createHttpError = require('http-errors')
const http = require('node:http')
const { DecoratorHandler } = require('undici')

class Handler extends DecoratorHandler {
Expand Down

0 comments on commit 6782734

Please sign in to comment.