From fffef50de4f087a470a206fe718df9f6f07a2a65 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Mon, 21 Aug 2023 19:02:27 -0500 Subject: [PATCH] Use const --- src/nostr.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/nostr.rs b/src/nostr.rs index 3202257..5839f35 100644 --- a/src/nostr.rs +++ b/src/nostr.rs @@ -159,10 +159,7 @@ pub async fn send_nostr_events(events: Vec, part: u32) -> Result { console_log!("retrieved online relay list"); match nostr_resp.json::>().await {