diff options
Diffstat (limited to 'src/bin/git_remote_nostr/list.rs')
| -rw-r--r-- | src/bin/git_remote_nostr/list.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/git_remote_nostr/list.rs b/src/bin/git_remote_nostr/list.rs index b3ef2f6..803cc8f 100644 --- a/src/bin/git_remote_nostr/list.rs +++ b/src/bin/git_remote_nostr/list.rs | |||
| @@ -31,7 +31,6 @@ pub async fn run_list( | |||
| 31 | git_repo, | 31 | git_repo, |
| 32 | &repo_ref.git_server, | 32 | &repo_ref.git_server, |
| 33 | &repo_ref.to_nostr_git_url(&None), | 33 | &repo_ref.to_nostr_git_url(&None), |
| 34 | &repo_ref.grasp_servers(), | ||
| 35 | ); | 34 | ); |
| 36 | 35 | ||
| 37 | let mut state = if let Some(nostr_state) = nostr_state { | 36 | let mut state = if let Some(nostr_state) = nostr_state { |