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,
syancol: colorSchema,
Upgrades: [String],
Songs: { type: [
{
m: String,
b: String,
p: String,
s: String
}
], default: undefined },
Songs: {
type: [
{
m: String,
b: String,
p: String,
s: String
}
],
default: undefined
},
Name: String,
AbilityOverride: abilityOverrideSchema,
PvpUpgrades: [String],