mirror of
https://gitlab.com/mobicoop/v3/service/ad.git
synced 2026-01-11 19:52:39 +00:00
update configuration module
This commit is contained in:
@@ -10,6 +10,7 @@ import {
|
||||
} from '@mobicoop/ddd-library';
|
||||
import { PrismaService } from './prisma.service';
|
||||
import { AD_MESSAGE_PUBLISHER } from '../ad.di-tokens';
|
||||
import { SERVICE_NAME } from '@src/app.constants';
|
||||
|
||||
export type AdBaseModel = {
|
||||
uuid: string;
|
||||
@@ -86,7 +87,7 @@ export class AdRepository
|
||||
eventEmitter,
|
||||
new LoggerBase({
|
||||
logger: new Logger(AdRepository.name),
|
||||
domain: 'ad',
|
||||
domain: SERVICE_NAME,
|
||||
messagePublisher,
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user