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);