forked from External/ergo
commit
013a290147
1 changed files with 1 additions and 1 deletions
|
|
@ -559,7 +559,7 @@ func (am *AccountManager) loadLastSignoff(account string) (lastSignoff time.Time
|
||||||
return nil
|
return nil
|
||||||
})
|
})
|
||||||
lsNum, err := strconv.ParseInt(lsText, 10, 64)
|
lsNum, err := strconv.ParseInt(lsText, 10, 64)
|
||||||
if err != nil {
|
if err == nil {
|
||||||
return time.Unix(0, lsNum).UTC()
|
return time.Unix(0, lsNum).UTC()
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue