Commit d5c9d705 authored by nanahira's avatar nanahira

fix

parent dcc62265
Pipeline #3220 passed with stages
in 1 minute and 32 seconds
...@@ -18,7 +18,7 @@ export class BotService { ...@@ -18,7 +18,7 @@ export class BotService {
constructor( constructor(
@InjectConnection('app') @InjectConnection('app')
private db: Connection, private db: Connection,
public log: BotLogger, private log: BotLogger,
private readonly appService: AppService, private readonly appService: AppService,
) { ) {
this.log.setContext('bot'); this.log.setContext('bot');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment