Skip to content

Commit

Permalink
unique branch name for total dc
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesraa committed Nov 3, 2023
1 parent 2b0af73 commit 8ff42ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fplus-lib/src/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ impl LDNApplication {
app.client.name.clone(),
serde_json::to_string_pretty(&app).unwrap(),
ldn_app.file_name.clone(),
"dc-reached".to_string(),
format!("{}-total-dc-reached", app.id),
items[0].sha.clone(),
)
.await?;
Expand Down

0 comments on commit 8ff42ef

Please sign in to comment.