fix wrong map style and type

This commit is contained in:
MathieuG-P
2022-12-09 23:23:20 +01:00
parent 5bf674d782
commit 6b12b7bc74
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
import { MapStyle } from "shared/models/maps/beat-saver.model";
export const MAP_STYLES: MapStyle[] = [
"dancestyle",
"dance",
"swing",
"nightcore",
"folk",
@@ -4,7 +4,7 @@ export const MAP_TYPES: MapType[] = [
"accuracy",
"balanced",
"challenge",
"dance",
"dancestyle",
"fitness",
"speed",
"tech"