From d917a9e4658328d35ad7afc323ed73d63dc153ce Mon Sep 17 00:00:00 2001 From: "zero@thinky" Date: Sat, 4 Apr 2026 01:05:44 +0300 Subject: [PATCH] fix(proto): forgor to commit source --- proto/hellreign.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/hellreign.proto b/proto/hellreign.proto index 7d150a1..2cea8d1 100644 --- a/proto/hellreign.proto +++ b/proto/hellreign.proto @@ -16,7 +16,7 @@ message CollectorResponse { } service Commander { - rpc Stream(stream Command) returns (stream FinishedCommand); + rpc Stream(stream FinishedCommand) returns (stream Command); } message Command {