Fix the error

This commit is contained in:
Neil Alexander 2022-08-17 17:39:46 +01:00
parent 398e5c5efa
commit 2c7bc85bd6
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -75,7 +75,7 @@ func (r *Queryer) QueryStateAfterEvents(
if _, ok := err.(types.MissingEventError); ok {
return nil
}
return nil
return err
}
response.PrevEventsExist = true