fx build fix
All checks were successful
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/fx/1 Pipeline was successful
ci/woodpecker/push/nats Pipeline was successful
ci/woodpecker/push/fx/2 Pipeline was successful

This commit is contained in:
Stephan D
2025-11-09 02:57:22 +01:00
parent 54de5cf9d8
commit 751045fcc0
9 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ import (
"context"
me "github.com/tech/sendico/pkg/messaging/envelope"
gmessaging "github.com/tech/sendico/pkg/messaging/internal/generated"
gmessaging "github.com/tech/sendico/pkg/generated/gmessaging"
nh "github.com/tech/sendico/pkg/messaging/notifications/notification/handler"
np "github.com/tech/sendico/pkg/messaging/notifications/processor"
"github.com/tech/sendico/pkg/mlogger"