fix mappers

This commit is contained in:
2026-07-26 00:20:58 +07:00
parent 6057ff38a3
commit d5a99508d3
5 changed files with 29 additions and 14 deletions
+5 -4
View File
@@ -457,10 +457,11 @@ message Scenario {
optional string description = 3;
optional string image = 4;
Story story = 5;
User author = 6;
google.protobuf.Timestamp updated_at = 7;
google.protobuf.Timestamp created_at = 8;
google.protobuf.Timestamp published_at = 9;
string status = 6;
User author = 7;
google.protobuf.Timestamp updated_at = 8;
google.protobuf.Timestamp created_at = 9;
google.protobuf.Timestamp published_at = 10;
}
message Story {