Skip to content

Commit

Permalink
feat: Show the unique name for the item on sale (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerOrnstein authored Jun 5, 2023
1 parent 3d13a71 commit 9b459f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/DailyDeal.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ class DailyDeal {
*/
this.item = translator.languageString(data.StoreItem, locale);

/**
* The uniqueName for the item on sale.
* @type {string}
*/
this.uniqueName = data.StoreItem;

/**
* The date and time at which the deal will expire
* @type {Date}
Expand Down

0 comments on commit 9b459f8

Please sign in to comment.