Skip to content

Commit 45c162b

Browse files
chore: remove unused make-promises-safe (#342)
1 parent 0828928 commit 45c162b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"got": "^11.8.3",
4242
"http-errors": "^2.0.0",
4343
"http-proxy": "^1.18.1",
44-
"make-promises-safe": "^5.1.0",
4544
"simple-get": "^4.0.0",
4645
"snazzy": "^9.0.0",
4746
"socket.io": "^4.4.1",

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ async function run () {
382382
upstream: `http://localhost:${origin.server.address().port}`,
383383
config: { foo: 'bar' },
384384
async preHandler (request, reply) {
385-
t.same(reply.context.config, {
385+
t.same(request.routeOptions.config, {
386386
foo: 'bar',
387387
url: '/',
388388
method: [

0 commit comments

Comments
 (0)