Skip to content

Commit

Permalink
feat(core): Export ProcessContextModule from PluginCommonModule
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Jul 29, 2021
1 parent 0d33601 commit b787acb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/plugin/plugin-common.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { EventBusModule } from '../event-bus/event-bus.module';
import { HealthCheckModule } from '../health-check/health-check.module';
import { I18nModule } from '../i18n/i18n.module';
import { JobQueueModule } from '../job-queue/job-queue.module';
import { ProcessContextModule } from '../process-context/process-context.module';
import { ServiceModule } from '../service/service.module';

/**
Expand Down Expand Up @@ -33,6 +34,7 @@ import { ServiceModule } from '../service/service.module';
HealthCheckModule,
CacheModule,
I18nModule,
ProcessContextModule,
],
exports: [
EventBusModule,
Expand All @@ -42,6 +44,7 @@ import { ServiceModule } from '../service/service.module';
HealthCheckModule,
CacheModule,
I18nModule,
ProcessContextModule,
],
})
export class PluginCommonModule {}

0 comments on commit b787acb

Please sign in to comment.