mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix case sensitive header (#1705)
This commit is contained in:
committed by
GitHub
parent
d5902e91da
commit
1d4833f485
@@ -427,7 +427,7 @@ async function parseWithMistralOCR(fileUrl: string, filename: string, mimeType:
|
||||
const internalToken = await generateInternalToken()
|
||||
headers = {
|
||||
...headers,
|
||||
authorization: `Bearer ${internalToken}`,
|
||||
Authorization: `Bearer ${internalToken}`,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user