Skip to content

Commit 2879de2

Browse files
Addressed comments
1 parent 5728757 commit 2879de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/schemaUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2672,7 +2672,7 @@ module.exports = {
26722672
thisAuthObject[authMap[authMeta.currentHelper]] = authMeta.helperAttributes;
26732673
item.request.auth = new sdk.RequestAuth(thisAuthObject);
26742674
}
2675-
else if (!options.alwaysInheritAuthentication) {
2675+
else {
26762676
item.request.auth = authHelper;
26772677
}
26782678

0 commit comments

Comments
 (0)