Skip to content

Commit 8656725

Browse files
committed
Update deps. Closes #4043
1 parent b6f8cec commit 8656725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ internals.Server = class {
345345

346346
Hoek.assert(id && typeof id === 'string', 'Invalid route id:', id);
347347

348-
const record = this._core.router.ids[id];
348+
const record = this._core.router.ids.get(id);
349349
if (!record) {
350350
return null;
351351
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@hapi/ammo": "5.x.x",
2020
"@hapi/boom": "9.x.x",
2121
"@hapi/bounce": "2.x.x",
22-
"@hapi/call": "7.x.x",
22+
"@hapi/call": "8.x.x",
2323
"@hapi/catbox": "11.x.x",
2424
"@hapi/catbox-memory": "5.x.x",
2525
"@hapi/heavy": "7.x.x",

0 commit comments

Comments
 (0)