Skip to content

Commit b0d92bc

Browse files
committed
fix merge application in db
1 parent 19ff6d7 commit b0d92bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fplus-database/src/database/applications.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ pub async fn merge_application_by_pr_number(owner: String, repo: String, pr_numb
218218
hasher.update(application.as_bytes());
219219
let file_sha = format!("{:x}", hasher.finalize());
220220
merged_application.sha = Set(Some(file_sha));
221+
merged_application.application = Set(pr_application.application.clone());
221222

222223
pr_application.delete(&conn).await?;
223224

0 commit comments

Comments
 (0)