mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-12 17:34:48 -04:00
fix get_job_from_s3
This commit is contained in:
@@ -149,7 +149,6 @@ def debug_not_production(msg):
|
||||
def emit_job_update_summary(job):
|
||||
from app import socketio
|
||||
|
||||
current_app.logger.info(f"Emitting summary for job {job.id}")
|
||||
socketio.emit(
|
||||
"job_updated",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user