Skip to content

Commit

Permalink
takaのcommitですわら
Browse files Browse the repository at this point in the history
  • Loading branch information
weak-kajuma committed Sep 15, 2023
1 parent f90ae0b commit 286bb9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/kra/KRAClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ export const KRAFormation = (
for (const first of f) {
for (const second of s) {
for (const third of t) {
if (!(f == s || s == t || f == t)) {
switch (type) {
case TicketType.EXACTA:
buys.push(
Expand All @@ -373,6 +374,7 @@ export const KRAFormation = (
);
}
}
}
}
}
return buys;
Expand Down

0 comments on commit 286bb9c

Please sign in to comment.