Apply prettier changes

This commit is contained in:
Sainan 2024-06-20 02:06:19 +00:00 committed by github-actions[bot]
parent 25f0a874f7
commit f7e2f030c5

View File

@ -161,14 +161,17 @@ const ItemConfigSchema = new Schema<IItemConfig>(
facial: colorSchema, facial: colorSchema,
syancol: colorSchema, syancol: colorSchema,
Upgrades: [String], Upgrades: [String],
Songs: { type: [ Songs: {
type: [
{ {
m: String, m: String,
b: String, b: String,
p: String, p: String,
s: String s: String
} }
], default: undefined }, ],
default: undefined
},
Name: String, Name: String,
AbilityOverride: abilityOverrideSchema, AbilityOverride: abilityOverrideSchema,
PvpUpgrades: [String], PvpUpgrades: [String],