Merge remote-tracking branch 'origin/master'

This commit is contained in:
joylink_zhangsai 2023-09-25 14:38:58 +08:00
commit 9f5dd16c85

View File

@ -94,6 +94,7 @@ func CreateSimulation(projectId int32, mapIds []int32) (*VerifySimulation, error
if err != nil {
return nil, err
}
protoRepo.Id, protoRepo.Version = repoId, repoVersion
newRepo, err := repository.BuildRepository(protoRepo)
if err != nil {
return nil, err