Revert "fix(mirror): include fields in mirror projections (#9884)"

This reverts commit 5e66851c69.
This commit is contained in:
adlerhurst
2025-05-19 17:14:36 +02:00
parent bbdb3f358f
commit 3883ffd1ce
2 changed files with 0 additions and 32 deletions

View File

@@ -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")