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();
|
||||
|
||||
return {
|
||||
rawTimestamp: timestamp,
|
||||
rawTimestamp: timestamp ?? null,
|
||||
timestamp: timestamp ? new Date(timestamp.replace(" UTC", "Z")) : null,
|
||||
message: cleanedMessage,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user