mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
fix eslint warnings
This commit is contained in:
@@ -826,6 +826,7 @@ const emsesp_deviceentities_4 = [
|
||||
// LOG
|
||||
rest_server.get(FETCH_LOG_ENDPOINT, (req, res) => {
|
||||
const encoded = msgpack.encode(fetch_log);
|
||||
console.log('fetchlog');
|
||||
res.write(encoded, 'binary');
|
||||
res.end(null, 'binary');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user