mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
fix(region,compute): clean up redundant error checking
This commit is contained in:
@@ -247,9 +247,6 @@ func init() {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
printList(modulebase.JSON2ListResult(result), listFields)
|
||||
} else {
|
||||
taskNotify := options.BoolV(opts.TaskNotify)
|
||||
|
||||
Reference in New Issue
Block a user