Skip to content

Commit

Permalink
Added new nullary clearSecrets() function (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Feb 24, 2019
1 parent fbc1a06 commit 13374b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions signale.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@ class Signale {
this._secrets.push(...secrets);
}

clearSecrets() {
this._secrets = [];
}

config(configObj) {
this.configuration = configObj;
}
Expand Down

0 comments on commit 13374b8

Please sign in to comment.