From 152894146b72830e48e800721ea6160228a9bdc1 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 7 Jul 2025 00:00:22 -0700 Subject: generate sha-1 hash for chart on score import --- frontend/src/types/constants.ts | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'frontend/src/types') diff --git a/frontend/src/types/constants.ts b/frontend/src/types/constants.ts index 1e44b21..b1309e9 100644 --- a/frontend/src/types/constants.ts +++ b/frontend/src/types/constants.ts @@ -4,6 +4,15 @@ export const EamuseImportInfo: Record = { }, }; +export const globalSkipKeys = [ + "id", + "internalname", + "internalName", + "gameInternalName", + "userId", + "chartId" +]; + export function getFilterOptions(game: string): { value: string; label: string }[] { switch (game) { case "dancerush": -- cgit v1.2.3