mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-12 16:27:34 +00:00
feat: add SqlLoaderService to multiple modules for improved SQL data handling
This commit is contained in:
@ -89,6 +89,7 @@ import {
|
||||
PowerClampDailyRepository,
|
||||
PowerClampMonthlyRepository,
|
||||
} from '@app/common/modules/power-clamp/repositories';
|
||||
import { SqlLoaderService } from '@app/common/helper/services/sql-loader.service';
|
||||
|
||||
export const CommandHandlers = [DisableSpaceHandler];
|
||||
|
||||
@ -164,6 +165,7 @@ export const CommandHandlers = [DisableSpaceHandler];
|
||||
PowerClampDailyRepository,
|
||||
PowerClampMonthlyRepository,
|
||||
PowerClampService,
|
||||
SqlLoaderService,
|
||||
],
|
||||
exports: [SpaceService],
|
||||
})
|
||||
|
Reference in New Issue
Block a user