add end ts to reclone update

This commit is contained in:
beckerinj
2022-12-06 01:53:33 -05:00
parent b0a865ddb8
commit e8e566ea62
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -298,6 +298,7 @@ pub async fn reclone_build(
};
update.status = UpdateStatus::Complete;
update.end_ts = Some(unix_timestamp_ms() as i64);
update_update(update.clone(), &db, &update_ws).await?;
+1
View File
@@ -314,6 +314,7 @@ pub async fn reclone_deployment(
};
update.status = UpdateStatus::Complete;
update.end_ts = Some(unix_timestamp_ms() as i64);
update_update(update.clone(), &db, &update_ws).await?;