test: availableSpots tijdelijk naar 6 voor webhook deploy-test
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ddcc071554
commit
4b1a55df65
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
export const WORKSHOP_CONFIG = {
|
||||
// Beschikbaarheid
|
||||
totalSpots: 8,
|
||||
availableSpots: 5, // Aantal plekken dat nog beschikbaar is (pas bij verkoop)
|
||||
availableSpots: 6, // Aantal plekken dat nog beschikbaar is (pas bij verkoop)
|
||||
isSoldOut: false,
|
||||
|
||||
// Datum - alle varianten beschrijven dezelfde dag, altijd samen bijwerken
|
||||
|
|
|
|||
Loading…
Reference in a new issue