Skip to content

Commit ca64935

Browse files
authored
fix(ignore): Update dependencies (#24894)
1 parent 1e77893 commit ca64935

File tree

3 files changed

+180
-230
lines changed

3 files changed

+180
-230
lines changed

lib/util/logger.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class Logger {
114114

115115
const options: KeyValue = {
116116
app_name: 'Zigbee2MQTT',
117-
format: winston.format.printf((info) => info.message),
117+
format: winston.format.printf((info) => info.message as string),
118118
...settings.get().advanced.log_syslog,
119119
};
120120

0 commit comments

Comments
 (0)