mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-19 14:08:47 -04:00
Fix the query.
Missing the where clause to join the two tables.... OOPS
This commit is contained in:
@@ -245,5 +245,5 @@ def check_for_missing_rows_in_completed_jobs():
|
||||
recipient_csv, template = get_recipient_csv_and_template(job)
|
||||
for row in recipient_csv.get_rows():
|
||||
if row.index == row_to_process.missing_row:
|
||||
current_app.logger.info("Processing row: {} for job: {}")
|
||||
current_app.logger.info("Processing missing row: {} for job: {}")
|
||||
process_row(row, template, job, job.service)
|
||||
|
||||
Reference in New Issue
Block a user