mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-07-20 03:26:18 +00:00
Merge pull request #1112 from nagisa77/codex/fix-authorization-parameter-error
Fix hosted MCP authorization configuration
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