mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
fix: loginnames in login and mails (eventstore v1 queries) (#3636)
* fix: loginnames in login and mails (eventstore v1 queries) * fix: loginnames in login and mails (eventstore v1 queries)
This commit is contained in:
@@ -39,6 +39,7 @@ func ReduceEvent(handler Handler, event *models.Event) {
|
||||
if err != nil {
|
||||
sentry.CurrentHub().Recover(err)
|
||||
handler.Subscription().Unsubscribe()
|
||||
logging.WithFields("HANDL-SAFe1").Errorf("reduce panicked: %v", err)
|
||||
}
|
||||
}()
|
||||
currentSequence, err := handler.CurrentSequence(event.InstanceID)
|
||||
|
Reference in New Issue
Block a user