Skip to content

Commit

Permalink
chore: update default var name
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Mar 15, 2021
1 parent e710343 commit 985b2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ function SessionTTL(ctx, session) {
return 14 * 24 * 60 * 60; // 14 days in seconds
}

function GrantTTL(ctx, token, client) {
function GrantTTL(ctx, grant, client) {
shouldChange('ttl.Grant', 'define the expiration for Grant artifacts');
return 14 * 24 * 60 * 60; // 14 days in seconds
}
Expand Down

0 comments on commit 985b2a2

Please sign in to comment.