1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 09:46:06 +02:00
This commit is contained in:
riku6460
2019-12-12 00:39:59 +09:00
committed by syuilo
parent d18291cf0c
commit 4998ba8866

View File

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