diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-22 12:45:50 -0500 | 
|---|---|---|
| committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-22 12:45:50 -0500 | 
| commit | d76ab91f83db048aa907e0483123feb437336c22 (patch) | |
| tree | cc135933fa2c827de0eafb2bdc0cc1002de37a2b | |
| parent | 86d0fb664361251287e6327bc10c6d56c6af5c8c (diff) | |
Update validate function name in close
| -rw-r--r-- | ext/bg/js/database.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/bg/js/database.js b/ext/bg/js/database.js index c42b9d89..a5919868 100644 --- a/ext/bg/js/database.js +++ b/ext/bg/js/database.js @@ -100,7 +100,7 @@ class Database {      }      async close() { -        this.validate(); +        this._validate();          this.db.close();          this.db = null;      } |