Attempt to fix event category not being set by winter form (#654)

This commit is contained in:
Max Wofford 2022-12-20 15:32:25 -05:00 committed by GitHub
parent dd400c234c
commit e1644c8e7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -126,7 +126,7 @@ export default function Signup() {
teamType,
teamNumber,
userEmail,
category: 'robotics team'
eventCategory: 'robotics team'
})
})

View file

@ -93,7 +93,7 @@ export default function Signup() {
body: JSON.stringify({
eventName,
userEmail,
category: 'hardware grant'
eventCategory: 'hardware grant'
})
})