retrogradation

This commit is contained in:
Maxime 2024-07-26 11:23:46 +02:00
parent d51db29c35
commit b247818678
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ message BookingRequest {
google.protobuf.Timestamp pickup_date = 7; google.protobuf.Timestamp pickup_date = 7;
} }
message BookingSilvermobi { message Booking {
string id = 1; string id = 1;
User driver = 2; User driver = 2;
User passenger = 3; User passenger = 3;