fix merge

This commit is contained in:
Livio Spring
2025-05-02 13:44:24 +02:00
parent 4c5769355b
commit 573c96d6af
2 changed files with 0 additions and 7 deletions

View File

@@ -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{