Fix hosted MCP auth header collision

This commit is contained in:
Tim
2025-10-28 15:59:57 +08:00
parent 34e206f05d
commit 83bf8c1d5e

View File

@@ -69,7 +69,6 @@ export abstract class BotFather {
const token = this.openisleToken;
const authConfig = token
? {
authorization: `Bearer ${token}`,
headers: {
Authorization: `Bearer ${token}`,
},