mirror of
https://github.com/gogs/gogs.git
synced 2026-01-17 21:02:20 +01:00
modes/mirror: corrected NextUpdate not set (#4345)
This commit is contained in:
@@ -60,7 +60,7 @@ func (m *Mirror) AfterSet(colName string, _ xorm.Cell) {
|
||||
}
|
||||
case "updated_unix":
|
||||
m.Updated = time.Unix(m.UpdatedUnix, 0).Local()
|
||||
case "next_updated_unix":
|
||||
case "next_update_unix":
|
||||
m.NextUpdate = time.Unix(m.NextUpdateUnix, 0).Local()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user