From b6997eea4f0143a7b762f5e731317e2c8c480f41 Mon Sep 17 00:00:00 2001 From: nyagamunene Date: Thu, 22 Aug 2024 12:53:32 +0300 Subject: [PATCH] Rename from group to channel Signed-off-by: nyagamunene --- bootstrap/service.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/service.go b/bootstrap/service.go index 70f297e0f8f..bdad3c1a2a7 100644 --- a/bootstrap/service.go +++ b/bootstrap/service.go @@ -175,8 +175,8 @@ func (bs bootstrapService) Add(ctx context.Context, token string, cfg Config) (C } resp, err := bs.tauth.VerifyConnections(ctx, &magistrala.VerifyConnectionsReq{ - ThingIds: []string{cfg.ThingID}, - GroupIds: bs.toIDList(cfg.Channels), + ThingIds: []string{cfg.ThingID}, + ChannelIds: bs.toIDList(cfg.Channels), }) if err != nil { return Config{}, err