ran tsc to compile project, added new .js files

This commit is contained in:
Ben Hemann 2021-06-04 16:36:56 -05:00
parent 4ee4caa78f
commit bbfc16400f

View File

@ -63,7 +63,7 @@ export class GildedRose {
}
}
}
console.log(this.items);
return this.items;
}
}