diff options
Diffstat (limited to 'shared/extra-utils/server/contact-form-command.ts')
-rw-r--r-- | shared/extra-utils/server/contact-form-command.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/server/contact-form-command.ts b/shared/extra-utils/server/contact-form-command.ts index 943e5ccbb..8d034552b 100644 --- a/shared/extra-utils/server/contact-form-command.ts +++ b/shared/extra-utils/server/contact-form-command.ts | |||
@@ -23,8 +23,8 @@ export class ContactFormCommand extends AbstractCommand { | |||
23 | ...options, | 23 | ...options, |
24 | 24 | ||
25 | path, | 25 | path, |
26 | token: null, | ||
27 | fields: body, | 26 | fields: body, |
27 | implicitToken: false, | ||
28 | defaultExpectedStatus: HttpStatusCode.NO_CONTENT_204 | 28 | defaultExpectedStatus: HttpStatusCode.NO_CONTENT_204 |
29 | }) | 29 | }) |
30 | } | 30 | } |