mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fix: fix linting error
This commit is contained in:
parent
090a2c0cfe
commit
8eb58db989
1 changed files with 1 additions and 1 deletions
|
|
@ -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`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue