From 8e215aa31a49867905c332af8e2a1c6da37ba18a Mon Sep 17 00:00:00 2001 From: Maple Nebel Date: Wed, 8 Jul 2026 04:17:54 +0200 Subject: [PATCH] fix things --- rnex-core/src/nex/friends_handler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rnex-core/src/nex/friends_handler.rs b/rnex-core/src/nex/friends_handler.rs index f2812e0..c947ab8 100644 --- a/rnex-core/src/nex/friends_handler.rs +++ b/rnex-core/src/nex/friends_handler.rs @@ -697,7 +697,7 @@ impl FriendsWiiU for FriendsUser { self.pid, friend ) - .fetch_one(get_db()) + .execute(get_db()) .await else { return Err(ErrorCode::FPD_InvalidMessageID);