fix(bgs): include TT required field

This commit is contained in:
Sabe Jones
2020-01-06 11:44:34 -06:00
parent f51c12437d
commit a550e32fd3

View File

@@ -243,6 +243,7 @@ export default function getItemInfo (user, type, item, officialPinnedItems, lang
purchaseType: 'backgrounds', purchaseType: 'backgrounds',
path: `backgrounds.${item.set}.${item.key}`, path: `backgrounds.${item.set}.${item.key}`,
pinType: 'background', pinType: 'background',
locked: false,
}; };
break; break;
case 'mystery_set': case 'mystery_set':