Skip to content

Commit

Permalink
don't double list key_properties
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgray committed Jan 21, 2025
1 parent e235ee0 commit d347a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_klaviyo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def to_catalog_dict(self):
return {
'stream': self.stream,
'tap_stream_id': self.tap_stream_id,
'key_properties': [self.key_properties],
'key_properties': self.key_properties,
'schema': resolved_schema,
'metadata': self.metadata
}
Expand Down

0 comments on commit d347a5f

Please sign in to comment.