From c91433eb24fc44b872a1fe5ec505f103c02e462c Mon Sep 17 00:00:00 2001 From: sk-portkey Date: Mon, 13 Jan 2025 17:04:30 +0530 Subject: [PATCH] chore: prettier fix --- src/providers/portkey/api.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/providers/portkey/api.ts b/src/providers/portkey/api.ts index 775444f9..03e0e671 100644 --- a/src/providers/portkey/api.ts +++ b/src/providers/portkey/api.ts @@ -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'],