From 03f4988a99b4560bf82051e376c46ffcfa235e84 Mon Sep 17 00:00:00 2001 From: Stephan D Date: Sun, 4 Jan 2026 14:46:20 +0100 Subject: [PATCH] fixed mntx build --- api/gateway/mntx/internal/service/gateway/service.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/gateway/mntx/internal/service/gateway/service.go b/api/gateway/mntx/internal/service/gateway/service.go index 02a9360..dad98e8 100644 --- a/api/gateway/mntx/internal/service/gateway/service.go +++ b/api/gateway/mntx/internal/service/gateway/service.go @@ -15,7 +15,6 @@ import ( "github.com/tech/sendico/pkg/mlogger" "github.com/tech/sendico/pkg/mservice" gatewayv1 "github.com/tech/sendico/pkg/proto/common/gateway/v1" - mntxv1 "github.com/tech/sendico/pkg/proto/gateway/mntx/v1" unifiedv1 "github.com/tech/sendico/pkg/proto/gateway/unified/v1" "go.uber.org/zap" "google.golang.org/grpc"