Apply prettier changes

This commit is contained in:
Sainan 2024-06-22 01:03:03 +00:00 committed by github-actions[bot]
parent 7752d60c31
commit d793ff44fd
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ export const addItem = async (
if (typeName in ExportCustoms) { if (typeName in ExportCustoms) {
return { return {
InventoryChanges: { InventoryChanges: {
WeaponSkins: [ await addSkin(typeName, accountId) ] WeaponSkins: [await addSkin(typeName, accountId)]
} }
}; };
} }

View File

@ -849,7 +849,7 @@ export interface ITauntHistory {
} }
export interface IWeaponSkinDatabase { export interface IWeaponSkinDatabase {
ItemType: string; ItemType: string;
} }
export interface IWeaponSkin extends IWeaponSkinDatabase { export interface IWeaponSkin extends IWeaponSkinDatabase {