From 826b3a162908ace6ee0fa21ad8b179a6585fa5fa Mon Sep 17 00:00:00 2001 From: Bei Chu <914745487@qq.com> Date: Thu, 21 Sep 2023 15:40:38 +0800 Subject: [PATCH] fix: Add change in #2062 that was pushed after merge queue Signed-off-by: Bei Chu <914745487@qq.com> --- dozer-types/protos/cloud_notification.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dozer-types/protos/cloud_notification.proto b/dozer-types/protos/cloud_notification.proto index 51ee5c37d4..d5c01054a6 100644 --- a/dozer-types/protos/cloud_notification.proto +++ b/dozer-types/protos/cloud_notification.proto @@ -6,7 +6,7 @@ message Notification { string id = 1; google.protobuf.Timestamp created_at = 2; string namespace = 3; - optional string app_name = 4; + string app_name = 4; Level level = 5; bool is_read = 6; oneof kind {