Skip to content

Commit

Permalink
Unwind version
Browse files Browse the repository at this point in the history
  • Loading branch information
keenangraham committed Aug 27, 2024
1 parent 70c84d6 commit 413c976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def generate():
schema_names_to_collection_names = get_schema_names_to_collection_names()
raw_embedded_fields = get_raw_embedded_fields()
slim_embedded_fields = get_slim_embedded_fields(raw_embedded_fields, raw_schemas)
openapi_spec = generate_openapi_spec(schemas, schema_names_to_collection_names, slim_embedded_fields, version='46.1.6')
openapi_spec = generate_openapi_spec(schemas, schema_names_to_collection_names, slim_embedded_fields)
return openapi_spec


Expand Down

0 comments on commit 413c976

Please sign in to comment.