Skip to content
Snippets Groups Projects
Commit 691fd67d authored by teplyakov's avatar teplyakov
Browse files

feat: AUTO-3805 CollectionProps type

parent 934180ef
No related branches found
No related tags found
1 merge request!77feat: AUTO-3805 CollectionProps type
This commit is part of merge request !77. Comments created here will be created in the context of that merge request.
......@@ -48,7 +48,7 @@ def init_collections(
collection_schema = file.read()
kwargs = {
**(collections_settings_mapping.get(collection_id).to_dict()),
**collections_settings_mapping.get(collection_id).to_dict(),
"id": collection_id,
"name": collection_name,
"schema": collection_schema,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment