Skip to content

Commit

Permalink
protobuf lint issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajdesai78 committed Aug 20, 2022
1 parent bba42b7 commit 8b0c707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/main/proto/arguments.proto
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ message RecentlyPlayedActivityParams {
// Corresponds to activity title of RecentlyPlayedActivity.
enum RecentlyPlayedActivityTitle {
// Activity title is not specified.
UNSPECIFIED = 0;
_UNSPECIFIED = 0;

// Corresponds to activity title as "Recently played stories".
RECENTLY_PLAYED_STORIES = 1;
Expand Down

0 comments on commit 8b0c707

Please sign in to comment.