mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 19:17:32 +00:00
fix: update config to commands (and queries) (#1342)
* fix: adaot config to commands (and queries) * remove dependency on vv2 in v1 * add queries user to operator * set password for queries on tests * set password for queries on tests * fix config
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
type IamRepo struct {
|
||||
IAMID string
|
||||
|
||||
IAMV2Query *query.QuerySide
|
||||
IAMV2Query *query.Queries
|
||||
}
|
||||
|
||||
func (repo *IamRepo) Health(ctx context.Context) error {
|
||||
|
Reference in New Issue
Block a user