fix things
Some checks failed
Build and Test / puyopuyo (push) Has been cancelled
Build and Test / wii-u-chat (push) Has been cancelled
Build and Test / super-mario-maker (push) Has been cancelled
Build and Test / friends (push) Has been cancelled
Build and Test / minecraft-wiiu (push) Has been cancelled
Build and Test / wii-sports-club (push) Successful in 2m48s
Build and Test / splatoon-testfire (push) Successful in 3m46s
Build and Test / sonic-transformed (push) Successful in 4m11s
Build and Test / fast-racing-neo (push) Successful in 4m11s
Build and Test / mario-tennis (push) Has been cancelled
Build and Test / splatoon (push) Has been cancelled

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, self.pid,
friend friend
) )
.fetch_one(get_db()) .execute(get_db())
.await .await
else { else {
return Err(ErrorCode::FPD_InvalidMessageID); return Err(ErrorCode::FPD_InvalidMessageID);