chore: remove unnecessary keyword from proto file

This commit is contained in:
LuanRT
2021-10-22 04:42:48 -03:00
parent 6ca6e22fea
commit e817eb46d4

View File

@@ -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;