Skip to content

Commit c93889d

Browse files
committed
fix: make returns consistent
1 parent dc703d6 commit c93889d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fission/src/systems/match_mode/DefaultMatchModeConfigs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class DefaultMatchModeConfigs {
2323
})
2424
if (json == null) {
2525
console.error("Could not load match mode manifest")
26-
return
26+
return undefined
2727
}
2828
const keys: (keyof MatchConfigManifest)[] = import.meta.env.DEV
2929
? (["public", "private"] as const)

0 commit comments

Comments
 (0)