mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat(logs): lint
This commit is contained in:
@@ -67,7 +67,7 @@ export function parseLogs(logString: string): LogLine[] {
|
|||||||
.trim();
|
.trim();
|
||||||
|
|
||||||
return {
|
return {
|
||||||
rawTimestamp: timestamp,
|
rawTimestamp: timestamp ?? null,
|
||||||
timestamp: timestamp ? new Date(timestamp.replace(" UTC", "Z")) : null,
|
timestamp: timestamp ? new Date(timestamp.replace(" UTC", "Z")) : null,
|
||||||
message: cleanedMessage,
|
message: cleanedMessage,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user