mirror of
https://github.com/theniceboy/.config.git
synced 2026-05-11 17:36:05 +08:00
agent tracker updates
This commit is contained in:
parent
689cc061cd
commit
bb2a53206b
13 changed files with 375 additions and 106 deletions
|
|
@ -603,7 +603,7 @@ func runUI(args []string) error {
|
|||
ic, hasIC := parseTimestamp(notes[i].CreatedAt)
|
||||
jc, hasJC := parseTimestamp(notes[j].CreatedAt)
|
||||
if hasIC && hasJC && !ic.Equal(jc) {
|
||||
return ic.After(jc)
|
||||
return ic.Before(jc)
|
||||
}
|
||||
if hasIC != hasJC {
|
||||
return hasIC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue