mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-26 13:17:15 -05:00
Add customizability to weapon widget
This commit is contained in:
@@ -880,6 +880,12 @@ export function buildCases(fx: Fixtures): {
|
||||
add("XRankPlacementRepository.isPlayerLinkedByUserId", fx.xrank, (xrank) =>
|
||||
XRankPlacementRepository.isPlayerLinkedByUserId(xrank.userId),
|
||||
);
|
||||
add(
|
||||
"XRankPlacementRepository.findTenStarWeaponSplIdsByUserId",
|
||||
fx.xrank,
|
||||
(xrank) =>
|
||||
XRankPlacementRepository.findTenStarWeaponSplIdsByUserId(xrank.userId),
|
||||
);
|
||||
add(
|
||||
"XRankPlacementRepository.findPeakVerifiedXpByUserId",
|
||||
fx.xrank,
|
||||
|
||||
Reference in New Issue
Block a user