fix things

This commit is contained in:
Maple Nebel 2026-07-08 04:17:54 +02:00
commit 8e215aa31a

View file

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