Skip to content

Commit aa7f6e6

Browse files
committed
Update inert deps. Closes hapijs#2545. Closes hapijs#2546
1 parent 366737e commit aa7f6e6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

lib/request.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ exports = module.exports = internals.Request = function (connection, req, res, o
8989
if (options.credentials) {
9090
this.auth.credentials = options.credentials;
9191
}
92+
if (options.artifacts) {
93+
this.auth.artifacts = options.artifacts;
94+
}
95+
9296

9397
if (options.artifacts) {
9498
this.auth.artifacts = options.artifacts;

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)