diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-01-26 19:47:03 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-01-26 19:47:03 +0000 |
| commit | f212788263e39a6473c3a109a5eaf5b0bf8cd034 (patch) | |
| tree | 796a8d7cd9ce2c643596f88a9d0b033c130ed87a /src/sub_commands/prs | |
| parent | e0f543e8adb144f6deff6ff7ea0c412c9fcac5b4 (diff) | |
fix(claim): use correct fallback relays
use fallback relays instead of more fallback relays
Diffstat (limited to 'src/sub_commands/prs')
| -rw-r--r-- | src/sub_commands/prs/list.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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( | |||
| 48 | &git_repo, | 48 | &git_repo, |
| 49 | root_commit.to_string(), | 49 | root_commit.to_string(), |
| 50 | &client, | 50 | &client, |
| 51 | client.get_more_fallback_relays().clone(), | 51 | client.get_fallback_relays().clone(), |
| 52 | ) | 52 | ) |
| 53 | .await?; | 53 | .await?; |
| 54 | 54 | ||