diff options
Diffstat (limited to 'src/sub_commands/send.rs')
| -rw-r--r-- | src/sub_commands/send.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sub_commands/send.rs b/src/sub_commands/send.rs index 91654d2..d9caf9b 100644 --- a/src/sub_commands/send.rs +++ b/src/sub_commands/send.rs | |||
| @@ -545,8 +545,7 @@ pub fn generate_cover_letter_and_patch_events( | |||
| 545 | coordinate: Coordinate { | 545 | coordinate: Coordinate { |
| 546 | kind: nostr::Kind::Custom(REPO_REF_KIND), | 546 | kind: nostr::Kind::Custom(REPO_REF_KIND), |
| 547 | public_key: *repo_ref.maintainers.first() | 547 | public_key: *repo_ref.maintainers.first() |
| 548 | .context("repo reference should always have at least one maintainer - the issuer of the repo event") | 548 | .context("repo reference should always have at least one maintainer")?, |
| 549 | ?, | ||
| 550 | identifier: repo_ref.identifier.to_string(), | 549 | identifier: repo_ref.identifier.to_string(), |
| 551 | relays: repo_ref.relays.clone(), | 550 | relays: repo_ref.relays.clone(), |
| 552 | }, | 551 | }, |