mirror of
https://gitlab.com/mobicoop/v3/service/ad.git
synced 2026-01-29 11:20:46 +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 {
|
enum Frequency {
|
||||||
|
UNSPECIFIED = 0;
|
||||||
PUNCTUAL = 1;
|
PUNCTUAL = 1;
|
||||||
RECURRENT = 2;
|
RECURRENT = 2;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user