fix: address some client warnings about malformed inventory.php response #840
@ -120,10 +120,14 @@ const polaritySchema = new Schema<IPolarity>(
|
|||||||
{ _id: false }
|
{ _id: false }
|
||||||
);
|
);
|
||||||
|
|
||||||
const abilityOverrideSchema = new Schema<IAbilityOverride>({
|
const abilityOverrideSchema = new Schema<IAbilityOverride>(
|
||||||
|
{
|
||||||
Ability: String,
|
Ability: String,
|
||||||
Index: Number
|
Index: Number
|
||||||
});
|
},
|
||||||
|
{ _id: false }
|
||||||
|
);
|
||||||
|
|
||||||
export const colorSchema = new Schema<IColor>(
|
export const colorSchema = new Schema<IColor>(
|
||||||
{
|
{
|
||||||
t0: Number,
|
t0: Number,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user