Skip to content

Commit 7ed12eb

Browse files
Merge 5797639 into 4f5a3e4
2 parents 4f5a3e4 + 5797639 commit 7ed12eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/grpc/default_api/api_configuration.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func (a *api) SubscribeConfiguration(sub runtimev1pb.Runtime_SubscribeConfigurat
163163
items = append(items, &runtimev1pb.ConfigurationItem{Group: item.Group, Label: item.Label, Key: item.Key, Content: item.Content, Tags: item.Tags, Metadata: item.Metadata})
164164
}
165165
// write to response stream
166-
sub.Send(&runtimev1pb.SubscribeConfigurationResponse{StoreName: resp.StoreName, AppId: resp.StoreName, Items: items})
166+
sub.Send(&runtimev1pb.SubscribeConfigurationResponse{StoreName: resp.StoreName, AppId: resp.AppId, Items: items})
167167
// read exit signal
168168
case <-recvExitCh:
169169
return

0 commit comments

Comments
 (0)