mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 10:01:46 +08:00
add autofix pnpm (#25557)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -95,10 +95,9 @@ export class DifyClient {
|
||||
headerParams = {}
|
||||
) {
|
||||
const headers = {
|
||||
...{
|
||||
|
||||
Authorization: `Bearer ${this.apiKey}`,
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
...headerParams
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user