Skip to content

Commit

Permalink
chore: remove unused make-promises-safe (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
10xLaCroixDrinker committed Mar 13, 2024
1 parent 0828928 commit 45c162b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"got": "^11.8.3",
"http-errors": "^2.0.0",
"http-proxy": "^1.18.1",
"make-promises-safe": "^5.1.0",
"simple-get": "^4.0.0",
"snazzy": "^9.0.0",
"socket.io": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ async function run () {
upstream: `http://localhost:${origin.server.address().port}`,
config: { foo: 'bar' },
async preHandler (request, reply) {
t.same(reply.context.config, {
t.same(request.routeOptions.config, {
foo: 'bar',
url: '/',
method: [
Expand Down

0 comments on commit 45c162b

Please sign in to comment.