Skip to content

Commit

Permalink
fix: updated signed to trusted in the Interaction model (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgtonge authored May 16, 2022
1 parent 03debf1 commit eb91aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/interaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module.exports = (provider) => class Interaction extends hasFormat(provider, 'In
'prompt',
'result',
'returnTo',
'signed',
'trusted',
'grantId',
'lastSubmission',
'deviceCode',
Expand Down

0 comments on commit eb91aea

Please sign in to comment.