Skip to content

Commit 38ade6b

Browse files
committed
fix: repo instead of owner
1 parent 14731a4 commit 38ade6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fplus-http-server/src/router/allocator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pub async fn create_from_json(file: web::Json<ChangedAllocator>) -> actix_web::R
5252

5353
let allocator_model = match allocators_db::create_or_update_allocator(
5454
owner.to_string(),
55-
owner.to_string(),
55+
repo.to_string(),
5656
None,
5757
Some(model.pathway_addresses.msig),
5858
verifiers_gh_handles,

0 commit comments

Comments
 (0)