Remove unneeded error checks
This commit is contained in:
parent
e259872bb5
commit
b45233b87c
3 changed files with 0 additions and 9 deletions
|
|
@ -71,9 +71,6 @@ func (instances *Instances) Create(slug string, system models.System) (wissKI *w
|
|||
|
||||
// docker image
|
||||
wissKI.Liquid.Instance.System = system
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
// store the instance in the object and return it!
|
||||
return wissKI, nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue