From 3a3f960ddef143062614affcec022603ccbaacb9 Mon Sep 17 00:00:00 2001 From: XIAO YU Date: Thu, 23 May 2024 09:08:39 +0900 Subject: [PATCH] refactor: use borrowed references for adding and connecting relays (#191) --- src-tauri/src/nostr/event.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/src/nostr/event.rs b/src-tauri/src/nostr/event.rs index 47d9c6fd..5657508f 100644 --- a/src-tauri/src/nostr/event.rs +++ b/src-tauri/src/nostr/event.rs @@ -13,8 +13,8 @@ pub async fn get_event(id: &str, state: State<'_, Nostr>) -> Result