diff --git a/bots/bot_father.ts b/bots/bot_father.ts index 2eabeb545..ca6b0fc1d 100644 --- a/bots/bot_father.ts +++ b/bots/bot_father.ts @@ -69,7 +69,6 @@ export abstract class BotFather { const token = this.openisleToken; const authConfig = token ? { - authorization: `Bearer ${token}`, headers: { Authorization: `Bearer ${token}`, },