check err
This commit is contained in:
parent
70e0ab6b3d
commit
203fdbc4b8
1 changed files with 3 additions and 0 deletions
|
@ -590,6 +590,9 @@ func DeleteModel(name string) error {
|
|||
}
|
||||
return nil
|
||||
})
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Reference in a new issue