mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-19 08:21:37 +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 {
|
export class Item {
|
||||||
name: string;
|
name: string;
|
||||||
sellIn: number;
|
sellIn: number;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user