this repo has no description

feeds: forgot to save rapidfire.py

Changed files
+1 -1
feeds
+1 -1
feeds/rapidfire.py
···
repo = commit['repo']
path = op['path']
post_uri = f'at://{repo}/{path}'
-
ts = self.safe_timestamp(record['createdAt']).timestamp()
+
ts = self.safe_timestamp(record.get('createdAt', '')).timestamp()
self.transaction_begin(self.db_cnx)