mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-19 00:57:55 -05:00
Fix top 500 crowns not showing on user builds page
This commit is contained in:
parent
9006d92819
commit
cde0882073
|
|
@ -22,7 +22,7 @@ export async function allByUserId({
|
|||
.selectFrom("Build")
|
||||
.innerJoin("BuildWeapon", "Build.id", "BuildWeapon.buildId")
|
||||
.leftJoin("SplatoonPlayer", (join) =>
|
||||
join.on("SplatoonPlayer.id", "=", userId),
|
||||
join.on("SplatoonPlayer.userId", "=", userId),
|
||||
)
|
||||
.leftJoin("XRankPlacement", (join) =>
|
||||
join
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user