fix(v2): Remove custom hooks; fix(v1): Remove company from JWT context gen

This commit is contained in:
Josepablo C
2024-08-14 10:14:25 -06:00
parent 41ae6354fa
commit 55f155af03
6 changed files with 53 additions and 55 deletions

View File

@@ -42,6 +42,7 @@ class SystemServices {
async disconnect(){
this.knex.destroy();
console.log("SQL Disconnected");
this.SystemServiceState = OFFLINE;
}