mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
refactor: settings module
This commit is contained in:
@@ -85,8 +85,6 @@ const models = [
|
||||
* @param model The model class to register
|
||||
*/
|
||||
export function RegisterTenancyModel(model: typeof Model) {
|
||||
console.log(model.name);
|
||||
|
||||
return ClsModule.forFeatureAsync({
|
||||
provide: model.name,
|
||||
inject: [TENANCY_DB_CONNECTION],
|
||||
|
||||
Reference in New Issue
Block a user