diff options
Diffstat (limited to 'app/scrapers/fever-shindaita.ts')
| -rw-r--r-- | app/scrapers/fever-shindaita.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/scrapers/fever-shindaita.ts b/app/scrapers/fever-shindaita.ts index 71c31f6..62c2e2c 100644 --- a/app/scrapers/fever-shindaita.ts +++ b/app/scrapers/fever-shindaita.ts @@ -20,6 +20,7 @@ export const venue: VenueMeta = { name: "新代田 FEVER", url: "https://www.fever-popo.com", area: "新代田", + capacity: 300, }; async function scrapeMonth(yyyymm: string): Promise<EventInput[]> { |
