Skip to content

Commit af0a1dd

Browse files
authored
Fix create_methods.py
1 parent 64ab710 commit af0a1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metabase_api/create_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def create_card(self, card_name=None, collection_name=None, collection_id=None,
4141
custom_json['collection_id'] = collection_id
4242
elif collection_name:
4343
collection_id = self.get_item_id('collection', collection_name)
44-
custom_json['collecion_id'] = collection_id
44+
custom_json['collection_id'] = collection_id
4545

4646
if complete_json:
4747
# Add visualization_settings if it is not present in the custom_json

0 commit comments

Comments
 (0)