🔄 logs.ts

This commit is contained in:
nirholas
2026-03-31 10:24:08 +00:00
parent 64152b6874
commit 78782cbf46

View File

@@ -328,3 +328,4 @@ export function sortLogs(logs: LogOption[]): LogOption[] {
return b.created.getTime() - a.created.getTime()
})
}