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 26, 2024
1 parent 3ff6161 commit 3f1184c
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 @@ -474,7 +474,7 @@ func (bs bootstrapService) ConnectThingHandler(ctx context.Context, channelID, t
ch := bs.toIDList(channels)
resp, err := bs.tauth.VerifyConnections(ctx, &magistrala.VerifyConnectionsReq{
ThingIds: []string{thingID},
GroupIds: ch,
ChannelIds: ch,
})
if err != nil {
return err
Expand All @@ -497,7 +497,7 @@ func (bs bootstrapService) DisconnectThingHandler(ctx context.Context, channelID
ch := bs.toIDList(channels)
resp, err := bs.tauth.VerifyConnections(ctx, &magistrala.VerifyConnectionsReq{
ThingIds: []string{thingID},
GroupIds: ch,
ChannelIds: ch,
})
if err != nil {
return err
Expand Down

0 comments on commit 3f1184c

Please sign in to comment.