Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CMEONE committed Mar 25, 2021
1 parent e70c062 commit 8f83c5f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tenvoy.js
Original file line number Diff line number Diff line change
Expand Up @@ -46139,9 +46139,6 @@ class tEnvoy {
if(args.passwordProtected == null) {
args.passwordProtected = [];
}
if(args.passwordProtected == null) {
args.passwordProtected = [];
}
if(args.key == null) {
throw "tEnvoy Fatal Error: property key of object args of method genNaClSymmetricKey is required and does not have a default value.";
}
Expand Down

0 comments on commit 8f83c5f

Please sign in to comment.