From f212788263e39a6473c3a109a5eaf5b0bf8cd034 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 26 Jan 2024 19:47:03 +0000 Subject: fix(claim): use correct fallback relays use fallback relays instead of more fallback relays --- src/sub_commands/prs/list.rs | 2 +- tmpgit-14845526252812290661 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 tmpgit-14845526252812290661 diff --git a/src/sub_commands/prs/list.rs b/src/sub_commands/prs/list.rs index f896f5a..f0b4ad9 100644 --- a/src/sub_commands/prs/list.rs +++ b/src/sub_commands/prs/list.rs @@ -48,7 +48,7 @@ pub async fn launch( &git_repo, root_commit.to_string(), &client, - client.get_more_fallback_relays().clone(), + client.get_fallback_relays().clone(), ) .await?; diff --git a/tmpgit-14845526252812290661 b/tmpgit-14845526252812290661 new file mode 160000 index 0000000..76e3b8f --- /dev/null +++ b/tmpgit-14845526252812290661 @@ -0,0 +1 @@ +Subproject commit 76e3b8fcb8da7e30f1de0cf19445fa35a525638e -- cgit v1.2.3