try changing error code for get_basic_info
All checks were successful
Build and Test / wii-sports-club (push) Successful in 3m35s
Build and Test / wii-u-chat (push) Successful in 4m22s
Build and Test / mario-tennis (push) Successful in 3m48s
Build and Test / puyopuyo (push) Successful in 4m36s
Build and Test / fast-racing-neo (push) Successful in 4m40s
Build and Test / splatoon (push) Successful in 4m40s
Build and Test / splatoon-testfire (push) Successful in 4m41s
Build and Test / sonic-transformed (push) Successful in 4m41s
Build and Test / minecraft-wiiu (push) Successful in 4m41s
Build and Test / super-mario-maker (push) Successful in 4m54s
Build and Test / friends (push) Successful in 5m21s

This commit is contained in:
Maple Nebel 2026-07-08 00:56:05 +02:00
commit b8bd5d0f47

View file

@ -1054,7 +1054,7 @@ impl FriendsWiiU for FriendsUser {
.fetch_one(get_db())
.await
else {
return Err(ErrorCode::FPD_InvalidPrincipalID);
return Err(ErrorCode::FPD_InvalidAccount);
};
principal_infos.push(basic_principal_from_record!(user));