mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 03:57:32 +00:00
fixup! fix(projections): added check to make sure there cannot be 2 projections for the same table
This commit is contained in:
@@ -90,7 +90,10 @@ func StartQueries(
|
||||
return nil, err
|
||||
}
|
||||
if startProjections {
|
||||
projection.Start(ctx)
|
||||
err = projection.Start(ctx)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
}
|
||||
|
||||
repo.caches, err = startCaches(
|
||||
|
Reference in New Issue
Block a user