mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Remove repositories from module imports
This commit is contained in:
parent
317f18b4fa
commit
e41ce8a5ab
2 changed files with 1 additions and 10 deletions
|
|
@ -38,15 +38,7 @@ export class AppsModule {
|
|||
return {
|
||||
module: AppsModule,
|
||||
imports: [
|
||||
TypeOrmModule.forFeature([
|
||||
App,
|
||||
Page,
|
||||
EventHandler,
|
||||
Organization,
|
||||
Component,
|
||||
VersionRepository,
|
||||
RolesRepository,
|
||||
]),
|
||||
TypeOrmModule.forFeature([App, Page, EventHandler, Organization, Component, VersionRepository]),
|
||||
await FolderAppsModule.register(configs),
|
||||
await ThemesModule.register(configs),
|
||||
await FoldersModule.register(configs),
|
||||
|
|
|
|||
|
|
@ -71,7 +71,6 @@ export class WorkflowsModule {
|
|||
WorkflowExecutionNode,
|
||||
WorkflowExecutionNode,
|
||||
WorkflowExecutionEdge,
|
||||
RolesRepository,
|
||||
]),
|
||||
ThrottlerModule.forRootAsync({
|
||||
imports: [ConfigModule],
|
||||
|
|
|
|||
Loading…
Reference in a new issue