Skip to content

Commit

Permalink
fix(tbackendmanager): comment itee-database mapping waiting new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Itee committed Feb 18, 2020
1 parent 986b96a commit 7ddbfb6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions sources/TBackendManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,14 +256,14 @@ class TBackendManager {

} else {

// Else try to use auto registered database
database = new Databases[ dbType ]( {
...{
application: this.applications,
router: this.router
},
...databaseConfig
} )
// // Else try to use auto registered database
// database = new Databases[ dbType ]( {
// ...{
// application: this.applications,
// router: this.router
// },
// ...databaseConfig
// } )

}

Expand Down

0 comments on commit 7ddbfb6

Please sign in to comment.