[sandbox] Address PR review comments

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko
2021-11-07 17:55:47 -08:00
parent 6343fe3ea2
commit 00f7a6bf2b
10 changed files with 37 additions and 23 deletions

View File

@@ -32,6 +32,7 @@ func ToProto(s *Sandbox) types.Sandbox {
CreatedAt: s.CreatedAt,
UpdatedAt: s.UpdatedAt,
Extensions: s.Extensions,
Spec: s.Spec,
}
}