Skip to content

Commit

Permalink
[fix] Change the wrong SourceInstanceStatusData in SinkInstanceStat…
Browse files Browse the repository at this point in the history
…us (#1199)
  • Loading branch information
jiangpengcheng authored Mar 21, 2024
1 parent 3935fd7 commit 3693b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pulsaradmin/pkg/utils/sink_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ type SinkStatus struct {
}

type SinkInstanceStatus struct {
InstanceID int `json:"instanceId"`
Status SourceInstanceStatusData `json:"status"`
InstanceID int `json:"instanceId"`
Status SinkInstanceStatusData `json:"status"`
}

type SinkInstanceStatusData struct {
Expand Down

0 comments on commit 3693b36

Please sign in to comment.