This commit is contained in:
Asim Aslam
2021-11-18 13:02:33 +00:00
parent 7f7a87c428
commit d6d7577584
13 changed files with 27 additions and 21 deletions

View File

@@ -369,7 +369,7 @@ func (e *Function) Describe(ctx context.Context, req *function.DescribeRequest,
rsp.Function = f
} else {
rsp.Function = &function.Func{
Name: req.Name,
Name: req.Name,
Project: req.Project,
}
}