Set succeeded

This commit is contained in:
Neil Alexander 2022-02-23 14:17:54 +00:00
parent 8b6bb134bc
commit 52581e467a
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -565,5 +565,6 @@ func (r *Inputer) calculateAndSetState(
if err != nil { if err != nil {
return fmt.Errorf("r.DB.SetState: %w", err) return fmt.Errorf("r.DB.SetState: %w", err)
} }
succeeded = true
return nil return nil
} }