movetests
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"queryorchestration/internal/collector"
|
||||
"queryorchestration/internal/database"
|
||||
"queryorchestration/internal/database/repository"
|
||||
"queryorchestration/internal/queryQueue"
|
||||
queryqueue "queryorchestration/internal/queryQueue"
|
||||
"queryorchestration/internal/result"
|
||||
|
||||
"github.com/google/uuid"
|
||||
@@ -40,7 +40,7 @@ func (s *Service) Sync(ctx context.Context, doc *Document) error {
|
||||
return err
|
||||
}
|
||||
|
||||
queue, err := queryQueue.New(ctx, s.db, collector, results, doc.ID, doc.CleanVersion, doc.TextVersion)
|
||||
queue, err := queryqueue.New(ctx, s.db, collector, results, doc.ID, doc.CleanVersion, doc.TextVersion)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user