diff --git a/wwwroot/uptask_callback.dspy b/wwwroot/uptask_callback.dspy index cfeda43..219a9ad 100644 --- a/wwwroot/uptask_callback.dspy +++ b/wwwroot/uptask_callback.dspy @@ -6,4 +6,4 @@ try: resp = await uptask_feedback(task_id, params_kw) except Exception as e: exception(f'{e}') -return json_resposne({'text': 'ok'}) +return json_response({'text': 'ok'})