From 9a998df90b3220b433717cd3ea6f2691f2953ba7 Mon Sep 17 00:00:00 2001
From: ko_oler <kooler89@gmail.com>
Date: Mon, 2 Dec 2024 12:45:13 +0300
Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?=
 =?UTF-8?q?=D0=B5=D0=BD=20=D1=82=D0=B8=D0=BF=20=D0=BF=D0=BE=D0=BB=D1=8F=20?=
 =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20options=20=D0=B2=20FindResult?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 proto/logs/log_service.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proto/logs/log_service.proto b/proto/logs/log_service.proto
index ba9ccc8..ea2e4c2 100644
--- a/proto/logs/log_service.proto
+++ b/proto/logs/log_service.proto
@@ -87,7 +87,7 @@ message FindResult {
   Filter filter = 2;
 
   // Использовавшиеся для поиска опции
-  common.FindOptions options = 3;
+  FindOptions options = 3;
 
   // Общее количество найденных записей
   uint32 total = 4; // DEPRECATED
-- 
GitLab