Skip to content

Commit

Permalink
Update streams.py
Browse files Browse the repository at this point in the history
  • Loading branch information
butkeraites-hotglue authored Oct 18, 2024
1 parent d9006dd commit 1c6b0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_xero/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def sync(self, ctx):
# REPORTS STREAM
ReportStream("reports_profit_and_loss", ["from_date"], bookmark_key="to_date"),
ReportStream("reports_balance_sheet", ["from_date"], bookmark_key="to_date"),
ReportStream("budgets", ["from_date"], bookmark_key="to_date")
ReportStream("budgets", ["from_date"], bookmark_key="to_date"),
ReportStream("reports_bank_summary", ["from_date"], bookmark_key="to_date"),
]
all_stream_ids = [s.tap_stream_id for s in all_streams]

0 comments on commit 1c6b0b2

Please sign in to comment.