Skip to content

Commit

Permalink
fix(): algorithm not algorithms pt.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reecebrend committed Jan 10, 2019
1 parent 45d60ea commit 21076da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/state-resources/add-crypto-entry/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = class AddCryptoEntry {
encryptionKey,
{
expiresIn: this.expiry,
algorithms: ['HS256']
algorithm: 'HS256'
}
)
/*
Expand Down

0 comments on commit 21076da

Please sign in to comment.