diff --git a/src/index.ts b/src/index.ts index 680b431..a391bcd 100644 --- a/src/index.ts +++ b/src/index.ts @@ -967,11 +967,6 @@ app.post('/berrydash/splash-text', berryDashSplashTextPostHandler, { body: t.Object({ token: t.String(), content: t.String() - }), - headers: t.Object({ - authorization: t.String({ - description: 'This is your session token' - }) }) }) app.all('*', () =>