mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:27:42 +00:00
fix merge
This commit is contained in:
@@ -27,9 +27,6 @@ type Config struct {
|
||||
}
|
||||
|
||||
func NewQueue(config *Config) (_ *Queue, err error) {
|
||||
if config.Client.Type() == "cockroach" {
|
||||
return nil, nil
|
||||
}
|
||||
return &Queue{
|
||||
driver: riverpgxv5.New(config.Client.Pool),
|
||||
config: &river.Config{
|
||||
|
Reference in New Issue
Block a user