Skip to content

Commit 6143ee1

Browse files
authored
Merge pull request #47 from Dynnammo/patch-1
Fix create_methods.py
2 parents 64ab710 + af0a1dd commit 6143ee1

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)