From 4b54b52518b5b70e02eb85062136823217e40444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=87=E6=9D=B0?= <2707138687@qq.com> Date: Fri, 1 Sep 2023 13:05:27 +0800 Subject: [PATCH] refactor: rm my todo --- src/services/publish/handler.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/services/publish/handler.go b/src/services/publish/handler.go index 6a1d164..77901ca 100644 --- a/src/services/publish/handler.go +++ b/src/services/publish/handler.go @@ -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()