From 8eb58db989ae3d64819347679889485a847c30aa Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 11 Oct 2025 15:42:53 -0700 Subject: [PATCH] fix: fix linting error --- ui/litellm-dashboard/src/components/networking.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/src/components/networking.tsx b/ui/litellm-dashboard/src/components/networking.tsx index ce9092ca5ae..713cb1d58ce 100644 --- a/ui/litellm-dashboard/src/components/networking.tsx +++ b/ui/litellm-dashboard/src/components/networking.tsx @@ -4442,7 +4442,7 @@ export const getGeneralSettingsCall = async (accessToken: string) => { } }; -export const getPassThroughEndpointsCall = async (accessToken: String, teamId?: string | null) => { +export const getPassThroughEndpointsCall = async (accessToken: string, teamId?: string | null) => { try { let url = proxyBaseUrl ? `${proxyBaseUrl}/config/pass_through_endpoint` : `/config/pass_through_endpoint`;