Revert unintentional change to plan_apply.go during rebase
This commit is contained in:
parent
797af051b8
commit
1a864dd7e8
|
@ -149,8 +149,6 @@ func (s *Server) applyPlan(plan *structs.Plan, result *structs.PlanResult, snap
|
|||
for _, alloc := range req.Alloc {
|
||||
if alloc.CreateTime == 0 {
|
||||
alloc.CreateTime = now
|
||||
} else {
|
||||
alloc.ModifyTime = now
|
||||
}
|
||||
alloc.ModifyTime = now
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue