Add info to toJSON
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Fabian Stamm 2020-12-11 18:04:56 +01:00
parent f45746984f
commit 5c2934495e
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ export class Database {
accesskey: this.accesskey,
publickey: this.publickey,
rules: this.#rules,
connections: this.connections,
};
}