refactor: settings module

This commit is contained in:
Ahmed Bouhuolia
2025-03-07 04:05:24 +02:00
parent b7d0b6c24a
commit 40b7daa2e3
44 changed files with 325 additions and 259 deletions

View File

@@ -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],