変更忘れ

Signed-off-by: mattyatea <mattyacocacora0@gmail.com>
This commit is contained in:
mattyatea 2023-11-09 16:12:34 +09:00
parent 540f531b6d
commit 12b7ec3046
No known key found for this signature in database
GPG Key ID: 068E54E2C33BEF9A
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ export class ScheduleNotePostProcessorService {
private noteCreateService: NoteCreateService, private noteCreateService: NoteCreateService,
private queueLoggerService: QueueLoggerService, private queueLoggerService: QueueLoggerService,
) { ) {
this.logger = this.queueLoggerService.logger.createSubLogger('ended-poll-notification'); this.logger = this.queueLoggerService.logger.createSubLogger('schedule-note-post');
} }
@bindThis @bindThis