From 03a2d9a4f5c4d84c55f622bdfb9f8cc9ff0ae447 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Fri, 30 Jan 2026 21:43:50 -0700 Subject: [PATCH] Temp test --- src/index.ts | 5 ----- 1 file changed, 5 deletions(-) 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('*', () =>