mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
Add a TODO for logging errors on rollback
This commit is contained in:
parent
c1e897cca2
commit
8a9dbad5a8
|
|
@ -37,6 +37,7 @@ func updateLatestEvents(
|
|||
} else {
|
||||
// Ignore any error we get rolling back since we don't want to
|
||||
// clobber the current error
|
||||
// TODO: log the error here.
|
||||
updater.Rollback()
|
||||
}
|
||||
}()
|
||||
|
|
|
|||
Loading…
Reference in a new issue