Skip to content

Commit

Permalink
Merge pull request #11 from weak-kajuma/development
Browse files Browse the repository at this point in the history
takaのcommitですわら
  • Loading branch information
weak-kajuma authored Sep 15, 2023
2 parents a9c0cff + 286bb9c commit bf3770b
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 bf3770b

Please sign in to comment.