mirror of
https://codeberg.org/scip/ephemerup.git
synced 2025-12-17 12:40:57 +01:00
fix error handling
This commit is contained in:
@@ -38,8 +38,6 @@ func prepareExpire(expire string, start common.Timestamp) string {
|
||||
return time.Unix(start.Unix()+int64(common.Duration2int(expire)), 0).
|
||||
Format("2006-01-02 15:04:05")
|
||||
}
|
||||
|
||||
return ""
|
||||
}
|
||||
|
||||
// generic table writer
|
||||
|
||||
Reference in New Issue
Block a user