diff options
Diffstat (limited to '')
| -rw-r--r-- | lang/js/src/Key.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/js/src/Key.js b/lang/js/src/Key.js index f431a283..88c49d3f 100644 --- a/lang/js/src/Key.js +++ b/lang/js/src/Key.js @@ -74,7 +74,7 @@ export class GPGME_Key {           * @returns {Boolean} If the Key has a secret subkey.           */          this.hasSecret= function (){ -            return this.get('hasSecret', true); +            return this.get('hasSecret');          };          /**  | 
