diff --git a/algo.py b/algo.py index ca59699..46aa93c 100644 --- a/algo.py +++ b/algo.py @@ -79,6 +79,7 @@ async def get_report(report_name: str, ffrom: str, to: str, ver: int): #version x = transform_metrics_list(res) "" return {"name": "dummy", "data": x} + "" @app.post('/api/user/forget') async def forget_gdpr(userId: str):