Skip to content

Commit

Permalink
door 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tangwenru committed Oct 7, 2024
1 parent 84db859 commit 32e7d47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions subsystem/video-publish/video-topic.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ func (this *VideoTopic) TopicList(
userId int64,
query *typeVideoTopic.VideoTopicTopicListQuery,
) (error, *[]typeVideoTopic.VideoTopicTopicList) {

result := typeVideoTopic.VideoTopicListResult{}

bytesResult, err := component_shipinlv_lib.SubsystemVideoPublish(
Expand All @@ -28,7 +27,7 @@ func (this *VideoTopic) TopicList(
)

if err != nil {
fmt.Println("User VideoTopic Detail :", string(bytesResult))
fmt.Println("VideoTopic list :", string(bytesResult))
return err, nil
}

Expand Down

0 comments on commit 32e7d47

Please sign in to comment.