From e817eb46d409b2ff9ae45e7dec9f2a36cd356b26 Mon Sep 17 00:00:00 2001 From: LuanRT Date: Fri, 22 Oct 2021 04:42:48 -0300 Subject: [PATCH] chore: remove unnecessary keyword from proto file --- lib/proto/youtube.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/proto/youtube.proto b/lib/proto/youtube.proto index 9c26d6b6..b8ef12f6 100644 --- a/lib/proto/youtube.proto +++ b/lib/proto/youtube.proto @@ -2,7 +2,7 @@ syntax = "proto2"; package proto; message NotificationPreferences { - required string channel_id = 1; + string channel_id = 1; string pref_code = 2; int32 number_0 = 3; int32 number_1 = 4;