fix: list join resource nil pointer access

This commit is contained in:
Qiu Jian
2022-01-18 09:16:17 +08:00
parent dc621cd2c5
commit 70cc42963d
+1
View File
@@ -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)