From ec669a62c02da925dc5659d4525ff4eba05fae11 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 4 Oct 2025 15:30:09 -0500 Subject: smart exit function --- auto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto.proto') diff --git a/auto.proto b/auto.proto index 7a470ef..ef6c974 100644 --- a/auto.proto +++ b/auto.proto @@ -28,5 +28,5 @@ message Auto { // `autogenpb:marshal` ` message Autos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:nomutex` string uuid = 1; // `autogenpb:uuid:94210ebf-a534-4b33-aadd-2f5e1f56ae38` string version = 2; // `autogenpb:version:v0.0.1` - repeated Auto autos = 3; // THIS MUST BE HttpRequest and then HttpRequests + repeated Auto autos = 3; } -- cgit v1.2.3