fix(format) formatting
parent
63a849ed7b
commit
7bd79bffd2
|
@ -6,6 +6,5 @@ import { ErrorLogService } from '../../data/services/error-log.service';
|
|||
export class RecordErrorLogHandler implements IEventHandler<RecordErrorLog> {
|
||||
constructor(private dataservice: ErrorLogService) {}
|
||||
|
||||
async handle(event: RecordErrorLog) {
|
||||
}
|
||||
async handle(event: RecordErrorLog) {}
|
||||
}
|
||||
|
|
|
@ -3,6 +3,5 @@ import { RecordLog } from '../entities/log.event';
|
|||
|
||||
@EventsHandler(RecordLog)
|
||||
export class RecordLogHandler implements IEventHandler<RecordLog> {
|
||||
async handle(event: RecordLog) {
|
||||
}
|
||||
async handle(event: RecordLog) {}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue