mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
@@ -84,7 +84,7 @@ export default {
|
||||
}
|
||||
const key = data.substring(0, i);
|
||||
const date = new Date(key);
|
||||
const message = data.substring(i).trim();
|
||||
const message = data.substring(i);
|
||||
return { key, date, message };
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user