mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-18 16:01:42 +00:00
remove unused vars
This commit is contained in:
parent
d6293cff29
commit
c982470ca6
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user