From 38c9648bc6859de0f527485479d8a9f7eee3fa39 Mon Sep 17 00:00:00 2001 From: Gyoo Date: Sun, 28 Jul 2024 11:21:16 +0200 Subject: [PATCH] style: lint fixes --- client/src/app/pages/dashboard/import/ImportPage.tsx | 1 + server/src/test-utils/misc.ts | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/app/pages/dashboard/import/ImportPage.tsx b/client/src/app/pages/dashboard/import/ImportPage.tsx index fb64cd2c6..5bb1a6d64 100644 --- a/client/src/app/pages/dashboard/import/ImportPage.tsx +++ b/client/src/app/pages/dashboard/import/ImportPage.tsx @@ -396,6 +396,7 @@ function InputAlert({ game }: { game: Game }) { case "popn": case "wacca": case "ongeki": + case "ddr": return ( <> Scores must be achieved on an arcade-size controller! diff --git a/server/src/test-utils/misc.ts b/server/src/test-utils/misc.ts index 8793fbea5..6dd803a93 100644 --- a/server/src/test-utils/misc.ts +++ b/server/src/test-utils/misc.ts @@ -4,7 +4,8 @@ import { FakeNotification, FakeOtherUser, HC511Goal, - HC511UserGoal, TestingDDRSPScorePB, + HC511UserGoal, + TestingDDRSPScorePB, TestingIIDXSPScore, TestingIIDXSPScorePB, TestingJubeatPB,