Skip to content

Commit

Permalink
cluster id for ms teams
Browse files Browse the repository at this point in the history
  • Loading branch information
huseyinbabal committed Oct 31, 2023
1 parent f394c42 commit c0feede
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/bot/teams_cloud_grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ func (c *grpcCloudTeamsConnector) Start(ctx context.Context) error {

err = activityClient.Send(&pb.AgentActivity{
Req: &pb.AgentActivity_InstanceId{
//InstanceId: c.remoteConfig.Identifier, // TODO: enable when config generator will work
InstanceId: "foo-123",
InstanceId: c.remoteConfig.Identifier,
},
})
if err != nil {
Expand Down

0 comments on commit c0feede

Please sign in to comment.