mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-06 18:17:38 +08:00
Fix hosted MCP auth header collision
This commit is contained in:
@@ -69,7 +69,6 @@ export abstract class BotFather {
|
|||||||
const token = this.openisleToken;
|
const token = this.openisleToken;
|
||||||
const authConfig = token
|
const authConfig = token
|
||||||
? {
|
? {
|
||||||
authorization: `Bearer ${token}`,
|
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: `Bearer ${token}`,
|
Authorization: `Bearer ${token}`,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user