Fix a missed call to get_tables_for_schema
This commit is contained in:
parent
9f9b3a1fdd
commit
d17c84b819
1 changed files with 1 additions and 2 deletions
|
@ -366,8 +366,7 @@ class MatrixUnits(Units):
|
||||||
if is_array_of_objects:
|
if is_array_of_objects:
|
||||||
req_obj = req_obj["items"]
|
req_obj = req_obj["items"]
|
||||||
|
|
||||||
req_tables = get_tables_for_schema(
|
req_tables = get_tables_for_schema(req_obj)
|
||||||
filepath, req_obj, include_parents=True)
|
|
||||||
|
|
||||||
if req_tables > 1:
|
if req_tables > 1:
|
||||||
for table in req_tables[1:]:
|
for table in req_tables[1:]:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue