Skip to content

Commit

Permalink
✨ Add halloween 2023 event
Browse files Browse the repository at this point in the history
  • Loading branch information
GiyoMoon committed Oct 18, 2023
1 parent 72c258b commit bca9819
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 @@ -604,6 +604,7 @@ export class OffersService {
case 'halloween2019':
case 'halloween2020':
case 'halloween2022':
case 'halloween2023':
return prices.find((p) => p.priceKey === 'ectoplasm');
case 'theater':
return prices.find((p) => p.priceKey === 'red_string');
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 @@ -34,6 +34,7 @@ export class SearchDTO {
'halloween2019',
'halloween2020',
'halloween2022',
'halloween2023',
'plunderparty',
'springfever',
'summerevent',
Expand Down

0 comments on commit bca9819

Please sign in to comment.