From 7a961f5a24bc05c0f743071f1bf8cc1cea4ea8c1 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Fri, 22 Apr 2022 22:23:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=80=92=E5=BA=8F=E5=88=86=E8=A1=A8=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/rpc/services/service_http_access_log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/rpc/services/service_http_access_log.go b/internal/rpc/services/service_http_access_log.go index a58e77ab..5490b10a 100644 --- a/internal/rpc/services/service_http_access_log.go +++ b/internal/rpc/services/service_http_access_log.go @@ -227,6 +227,6 @@ func (this *HTTPAccessLogService) FindHTTPAccessLogPartitions(ctx context.Contex return &pb.FindHTTPAccessLogPartitionsResponse{ Partitions: partitions, - ReversePartitions: partitions, + ReversePartitions: reversePartitions, }, nil }