Spaces:
Running
Running
Update services/report_data_handler.py
Browse files
services/report_data_handler.py
CHANGED
@@ -40,7 +40,7 @@ def save_report_results(
|
|
40 |
report_markdown: str,
|
41 |
quarter,
|
42 |
year,
|
43 |
-
type
|
44 |
):
|
45 |
"""Saves the agentic pipeline results to Bubble."""
|
46 |
if not org_urn:
|
|
|
40 |
report_markdown: str,
|
41 |
quarter,
|
42 |
year,
|
43 |
+
type: str,
|
44 |
):
|
45 |
"""Saves the agentic pipeline results to Bubble."""
|
46 |
if not org_urn:
|