update openi
This commit is contained in:
parent
4b259497ff
commit
942509938f
|
@ -1549,9 +1549,8 @@ func (d *Dataset) Create(ctx context.Context, param *dataset.CreateParam) (*data
|
|||
}
|
||||
|
||||
if openi.RepoName == "" {
|
||||
return nil, errors.New("Repo is required")
|
||||
return nil, errors.New("RepoName is required")
|
||||
}
|
||||
|
||||
// jcs source
|
||||
if param.Src.Jcs == nil {
|
||||
return nil, errors.New("jcs source is required")
|
||||
|
|
Loading…
Reference in New Issue