remove unused vars

This commit is contained in:
crazy-coding 2022-02-11 16:18:09 -05:00
parent d6293cff29
commit c982470ca6

View File

@ -1,16 +1,3 @@
export const RULES = [
{
name: "Aged Brie",
qualityPerDay: 1,
staticQuality: undefined,
},
{
name: "Backstage passes to a TAFKAL80ETC concert",
qualityPerDay: 1,
staticQuality: undefined,
}
]
export class Item {
name: string;
sellIn: number;