fix(proto): forgor to commit source
ci-agent / build (push) Failing after 1m21s

This commit is contained in:
2026-04-04 01:05:44 +03:00
parent 82c6e1bb15
commit d917a9e465
+1 -1
View File
@@ -16,7 +16,7 @@ message CollectorResponse {
} }
service Commander { service Commander {
rpc Stream(stream Command) returns (stream FinishedCommand); rpc Stream(stream FinishedCommand) returns (stream Command);
} }
message Command { message Command {