Skip to content

Commit

Permalink
Rename from group to channel
Browse files Browse the repository at this point in the history
Signed-off-by: nyagamunene <[email protected]>
  • Loading branch information
nyagamunene committed Aug 22, 2024
1 parent 1be76de commit b6997ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6997ee

Please sign in to comment.