Seth commited on
Commit
0cf43fe
·
1 Parent(s): 65523ca
Files changed (1) hide show
  1. backend/app/main.py +1 -2
backend/app/main.py CHANGED
@@ -513,8 +513,7 @@ async def push_to_smartlead(request: SmartleadPushRequest, db: Session = Depends
513
  "skipped": skipped_count,
514
  "failed": failed_count,
515
  "errors": errors[:10], # Return first 10 errors
516
- "status": "completed",
517
- "warning": warning_message
518
  }
519
 
520
  except HTTPException:
 
513
  "skipped": skipped_count,
514
  "failed": failed_count,
515
  "errors": errors[:10], # Return first 10 errors
516
+ "status": "completed"
 
517
  }
518
 
519
  except HTTPException: