Skip to content

Commit

Permalink
Not using the schemas for now, so we can push the code
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannipizzi committed Feb 13, 2024
1 parent c0e0a32 commit 2940393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code_registry/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def build_from_config(config: Config):
)

# Generate the aggregated codes metadata registry.
codes_meta = generate_codes_meta(data=data, schema=schemas.codes_meta)
codes_meta = generate_codes_meta(data=data, schema=None) # schemas.codes_meta)

# Remove previous build (if present).

Expand Down

0 comments on commit 2940393

Please sign in to comment.