We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc703d6 commit c93889dCopy full SHA for c93889d
fission/src/systems/match_mode/DefaultMatchModeConfigs.ts
@@ -23,7 +23,7 @@ class DefaultMatchModeConfigs {
23
})
24
if (json == null) {
25
console.error("Could not load match mode manifest")
26
- return
+ return undefined
27
}
28
const keys: (keyof MatchConfigManifest)[] = import.meta.env.DEV
29
? (["public", "private"] as const)
0 commit comments