Skip to content

Commit

Permalink
refactor: rm my todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Attack825 committed Sep 1, 2023
1 parent 0e79fc1 commit 4b54b52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/publish/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ func (a PublishServiceImpl) ListVideo(ctx context.Context, req *publish.ListVide
return
}

// CountVideo todo:添加缓存
func (a PublishServiceImpl) CountVideo(ctx context.Context, req *publish.CountVideoRequest) (resp *publish.CountVideoResponse, err error) {
ctx, span := tracing.Tracer.Start(ctx, "CountVideoService")
defer span.End()
Expand Down

0 comments on commit 4b54b52

Please sign in to comment.