This commit is contained in:
riku6460 2019-12-12 00:39:59 +09:00 committed by syuilo
parent d18291cf0c
commit 4998ba8866
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ export default class Logger {
level === 'info' ? this.syslogClient.info :
null as never;
send(message);
send.bind(this.syslogClient)(message);
} else {
const Logs = getRepository(Log);
Logs.insert({