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: Khafra <maitken033380023@gmail.com>
  • Loading branch information
mertcanaltin and KhafraDev committed Jul 11, 2024
1 parent f10fc30 commit ccd83e6
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 { DecoratorHandler } = require('undici')
const DecoratorHandler = require('../handler/decorator-handler')
const { ResponseError } = require('../core/errors')

class Handler extends DecoratorHandler {
Expand Down

0 comments on commit ccd83e6

Please sign in to comment.