Skip to content

Commit

Permalink
chore: prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-portkey committed Jan 13, 2025
1 parent 364c184 commit c91433e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/providers/portkey/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const PortkeyAPIConfig: ProviderAPIConfig = {
[PORTKEY_HEADER_KEYS.CONFIG]: headers[PORTKEY_HEADER_KEYS.CONFIG],
}),
...(headers[PORTKEY_HEADER_KEYS.VIRTUAL_KEY] && {
[PORTKEY_HEADER_KEYS.VIRTUAL_KEY]: headers[PORTKEY_HEADER_KEYS.VIRTUAL_KEY],
[PORTKEY_HEADER_KEYS.VIRTUAL_KEY]:
headers[PORTKEY_HEADER_KEYS.VIRTUAL_KEY],
}),
...(fn === 'uploadFile' && {
'Content-Type': headers['content-type'],
Expand Down

0 comments on commit c91433e

Please sign in to comment.