style: format code with consistent spacing and line breaks
This commit is contained in:
@@ -8,10 +8,7 @@ import type { CustomEndpoint, ProviderMeta } from "@/types";
|
||||
*/
|
||||
export function mergeProviderMeta(
|
||||
initialMeta: ProviderMeta | undefined,
|
||||
customEndpoints:
|
||||
| Record<string, CustomEndpoint>
|
||||
| null
|
||||
| undefined,
|
||||
customEndpoints: Record<string, CustomEndpoint> | null | undefined,
|
||||
): ProviderMeta | undefined {
|
||||
const hasCustomEndpoints =
|
||||
!!customEndpoints && Object.keys(customEndpoints).length > 0;
|
||||
|
||||
Reference in New Issue
Block a user