summaryrefslogtreecommitdiff
path: root/src/mocks
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-03-01 10:51:06 -0800
committerMichael Hunteman <michael@huntm.net>2024-03-01 10:55:19 -0800
commit4ce3be9349b3a19bbc99b7bf783eafeec040b2f7 (patch)
tree110714e10aac71fcb8cd813f56f3cca1ea05e0cd /src/mocks
parent4acea48076f6f90267fea85c937a3fe79609270c (diff)
Update formatting on forms
Diffstat (limited to 'src/mocks')
-rw-r--r--src/mocks/handlers.ts10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/mocks/handlers.ts b/src/mocks/handlers.ts
index 63b1a9a..6bd17fa 100644
--- a/src/mocks/handlers.ts
+++ b/src/mocks/handlers.ts
@@ -13,9 +13,8 @@ export const handlers = [
lastName: 'Hunteman',
attendance: 'false',
meal: '',
- restrictions: '',
- plusOne: '',
- advice: ''
+ email: '',
+ message: ''
},
token,
}
@@ -29,9 +28,8 @@ export const handlers = [
lastName: 'Hunteman',
attendance: 'true',
meal: 'beef',
- restrictions: '',
- plusOne: '',
- advice: ''
+ email: '',
+ message: ''
}
)
})