fix: fix hall type

This commit is contained in:
Sergey Krylov 2026-04-18 19:20:15 +03:00
parent 2a1a909138
commit 7eb5a02a2d

View File

@ -38,7 +38,6 @@ message Hall {
string id = 1;
string name = 2;
string theater_id = 3;
repeated RowLayout layout = 4;
}
message RowLayout {