Skip to content

Commit 754f63b

Browse files
committed
Add back missing commit
1 parent 8e8a03a commit 754f63b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/job_queue/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ pub async fn create_benchmark_jobs(
230230
tx.conn()
231231
.update_benchmark_request_status(request_tag, BenchmarkRequestStatus::InProgress)
232232
.await?;
233+
tx.commit().await?;
233234
Ok(())
234235
}
235236

0 commit comments

Comments
 (0)