mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 05:55:30 +08:00
cleanup
This commit is contained in:
@@ -495,7 +495,6 @@ def convert_transactions(transactions):
|
||||
for txn in transactions:
|
||||
txn['date'] = EPOCH(txn['dt'])
|
||||
del(txn['dt'])
|
||||
del(txn['source_id'])
|
||||
results.append(txn)
|
||||
return results
|
||||
|
||||
|
||||
Reference in New Issue
Block a user