Skip to content

Commit

Permalink
✨ Add winterdream 2023 event
Browse files Browse the repository at this point in the history
  • Loading branch information
GiyoMoon committed Dec 19, 2023
1 parent bca9819 commit 3d9b87c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/markets/offers.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ export class OffersService {
case 'winterdream2020':
case 'winterdream2021':
case 'winterdream2022':
case 'winterdream2023':
return prices.find((p) => p.priceKey === 'candy_cane');
case 'witchforest':
return prices.find((p) => p.priceKey === 'morgaryll_flower');
Expand Down
1 change: 1 addition & 0 deletions src/search/dtos/search.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export class SearchDTO {
'winterdream2020',
'winterdream2021',
'winterdream2022',
'winterdream2023',
'witchforest',
'mystic sands',
])
Expand Down

0 comments on commit 3d9b87c

Please sign in to comment.