mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
parent
4d7f69b05f
commit
686c518966
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue