mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: remove comments
This commit is contained in:
parent
c5799d30ee
commit
88f3b21763
@ -22,7 +22,6 @@ import {
|
|||||||
UpdateWithAggregationPipeline,
|
UpdateWithAggregationPipeline,
|
||||||
} from 'mongoose';
|
} from 'mongoose';
|
||||||
|
|
||||||
// import { I18nService } from '@/i18n/services/i18n.service';
|
|
||||||
import { BaseRepository } from '@/utils/generics/base-repository';
|
import { BaseRepository } from '@/utils/generics/base-repository';
|
||||||
|
|
||||||
import { Setting } from '../schemas/setting.schema';
|
import { Setting } from '../schemas/setting.schema';
|
||||||
@ -33,7 +32,6 @@ export class SettingRepository extends BaseRepository<Setting> {
|
|||||||
constructor(
|
constructor(
|
||||||
readonly eventEmitter: EventEmitter2,
|
readonly eventEmitter: EventEmitter2,
|
||||||
@InjectModel(Setting.name) readonly model: Model<Setting>,
|
@InjectModel(Setting.name) readonly model: Model<Setting>,
|
||||||
// private readonly i18n: I18nService,
|
|
||||||
) {
|
) {
|
||||||
super(eventEmitter, model, Setting);
|
super(eventEmitter, model, Setting);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user