From ddc29602ee8f707dab38b4d5f2e60c9a41fa68a8 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 25 Jan 2025 15:46:57 -0600 Subject: [PATCH] Add missing job_statuses --- cpp/web_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/web_server.cpp b/cpp/web_server.cpp index 72d9e6f..6abca99 100644 --- a/cpp/web_server.cpp +++ b/cpp/web_server.cpp @@ -214,7 +214,7 @@ bool WebServer::start_server(quint16 port) { } }); - process_sources_thread_ = std::jthread(run_task_every, 10, [this, all_repos, proposed, lubuntuci] { + process_sources_thread_ = std::jthread(run_task_every, 10, [this, all_repos, proposed, lubuntuci, job_statuses] { for (auto pkgconf : all_repos) { if (!pkgconf->can_check_source_upload()) { continue; }