We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14731a4 commit 38ade6bCopy full SHA for 38ade6b
fplus-http-server/src/router/allocator.rs
@@ -52,7 +52,7 @@ pub async fn create_from_json(file: web::Json<ChangedAllocator>) -> actix_web::R
52
53
let allocator_model = match allocators_db::create_or_update_allocator(
54
owner.to_string(),
55
- owner.to_string(),
+ repo.to_string(),
56
None,
57
Some(model.pathway_addresses.msig),
58
verifiers_gh_handles,
0 commit comments