mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
fix: list join resource nil pointer access
This commit is contained in:
@@ -304,6 +304,7 @@ func (f *ResourceHandlers) getSpecHandler(ctx context.Context, w http.ResponseWr
|
||||
return
|
||||
}
|
||||
appsrv.SendJSON(w, obj)
|
||||
return
|
||||
}
|
||||
// list in 1 context
|
||||
query, export, err := f.fetchExportQuery(query)
|
||||
|
||||
Reference in New Issue
Block a user