fix: fix linting error

This commit is contained in:
Krrish Dholakia 2025-10-11 15:42:53 -07:00
parent 090a2c0cfe
commit 8eb58db989

View file

@ -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`;