mirror of
https://gitlab.com/mobicoop/v3/service/ad.git
synced 2026-01-08 12:12:40 +00:00
Add a zero-value to the Frequency GRPC enum (required by protobuf specs)
This commit is contained in:
@@ -58,6 +58,7 @@ message Waypoint {
|
||||
}
|
||||
|
||||
enum Frequency {
|
||||
UNSPECIFIED = 0;
|
||||
PUNCTUAL = 1;
|
||||
RECURRENT = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user