Skip to content

Commit

Permalink
style: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyoo committed Aug 7, 2024
1 parent 66e9b64 commit 38c9648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/src/app/pages/dashboard/import/ImportPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ function InputAlert({ game }: { game: Game }) {
case "popn":
case "wacca":
case "ongeki":
case "ddr":
return (
<>
<strong>Scores must be achieved on an arcade-size controller!</strong>
Expand Down
3 changes: 2 additions & 1 deletion server/src/test-utils/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import {
FakeNotification,
FakeOtherUser,
HC511Goal,
HC511UserGoal, TestingDDRSPScorePB,
HC511UserGoal,
TestingDDRSPScorePB,
TestingIIDXSPScore,
TestingIIDXSPScorePB,
TestingJubeatPB,
Expand Down

0 comments on commit 38c9648

Please sign in to comment.