Skip to content

Commit

Permalink
feat: add halloween 2024 event
Browse files Browse the repository at this point in the history
  • Loading branch information
GiyoMoon committed Oct 23, 2024
1 parent d4cbf28 commit 2e1c54d
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 @@ -605,6 +605,7 @@ export class OffersService {
case 'halloween2020':
case 'halloween2022':
case 'halloween2023':
case 'halloween2024':
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 @@ -35,6 +35,7 @@ export class SearchDTO {
'halloween2020',
'halloween2022',
'halloween2023',
'halloween2024',
'plunderparty',
'springfever',
'summerevent',
Expand Down

0 comments on commit 2e1c54d

Please sign in to comment.