mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-22 11:05:09 -05:00
Fix top 500 crowns not showing on user builds page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user