Skip to content

Commit

Permalink
Update deps. Closes #4043
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Feb 10, 2020
1 parent b6f8cec commit 8656725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ internals.Server = class {

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

const record = this._core.router.ids[id];
const record = this._core.router.ids.get(id);
if (!record) {
return null;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@hapi/ammo": "5.x.x",
"@hapi/boom": "9.x.x",
"@hapi/bounce": "2.x.x",
"@hapi/call": "7.x.x",
"@hapi/call": "8.x.x",
"@hapi/catbox": "11.x.x",
"@hapi/catbox-memory": "5.x.x",
"@hapi/heavy": "7.x.x",
Expand Down

0 comments on commit 8656725

Please sign in to comment.