mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 07:17:35 +00:00
Revert "fix(mirror): include fields in mirror projections (#9884)"
This reverts commit 5e66851c69
.
This commit is contained in:
@@ -285,13 +285,6 @@ func execProjections(ctx context.Context, instances <-chan string, failedInstanc
|
||||
continue
|
||||
}
|
||||
|
||||
err = projection.ProjectInstanceFields(ctx)
|
||||
if err != nil {
|
||||
logging.WithFields("instance", instance).WithError(err).Info("trigger fields failed")
|
||||
failedInstances <- instance
|
||||
continue
|
||||
}
|
||||
|
||||
err = auth_handler.ProjectInstance(ctx)
|
||||
if err != nil {
|
||||
logging.WithFields("instance", instance).OnError(err).Info("trigger auth handler failed")
|
||||
|
Reference in New Issue
Block a user