mirror of
https://github.com/modrinth/code.git
synced 2026-08-30 19:46:33 +00:00
merge
This commit is contained in:
@@ -154,11 +154,13 @@ export class LabrinthStateModule extends AbstractModule {
|
||||
homePageSearch,
|
||||
homePageNotifs,
|
||||
products,
|
||||
muralBankDetails: muralBankDetails?.bankDetails,
|
||||
// Always emit a value: `undefined` is dropped by JSON.stringify, and consumers
|
||||
// import these keys by name from the generated state.
|
||||
muralBankDetails: muralBankDetails?.bankDetails ?? {},
|
||||
tremendousIdMap,
|
||||
countries: iso3166Data.countries,
|
||||
subdivisions: iso3166Data.subdivisions,
|
||||
taxComplianceThresholds: globals?.tax_compliance_thresholds,
|
||||
taxComplianceThresholds: globals?.tax_compliance_thresholds ?? {},
|
||||
errors,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1153,9 +1153,10 @@ export namespace Labrinth {
|
||||
side_types_migration_review_status: 'reviewed' | 'pending'
|
||||
environment?: Environment[]
|
||||
|
||||
minecraft_server?: MinecraftServer
|
||||
minecraft_java_server?: MinecraftJavaServer
|
||||
minecraft_bedrock_server?: MinecraftBedrockServer
|
||||
minecraft_server?: MinecraftServer | null
|
||||
minecraft_java_server?: MinecraftJavaServer | null
|
||||
minecraft_bedrock_server?: MinecraftBedrockServer | null
|
||||
minecraft_mod?: unknown | null
|
||||
|
||||
/**
|
||||
* @deprecated Not recommended to use.
|
||||
|
||||
Reference in New Issue
Block a user