chore: linting

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-07-17 14:39:39 -07:00
parent be35eb8743
commit c0ebb62fb2
20 changed files with 158 additions and 125 deletions

View file

@ -43,10 +43,7 @@ class ModelConnectionsApiService {
};
getLlmSetupStatus = async (workspaceId: number): Promise<LlmSetupStatus> => {
return baseApiService.get(
`/api/v1/workspaces/${workspaceId}/llm-setup-status`,
llmSetupStatus
);
return baseApiService.get(`/api/v1/workspaces/${workspaceId}/llm-setup-status`, llmSetupStatus);
};
getModelProviders = async (): Promise<ModelProviderRead[]> => {

View file

@ -77,8 +77,7 @@ export const googleSearch: ConnectorPageContent = {
},
{
label: "Related searches",
description:
"Suggested and related queries, to map how people actually phrase the search.",
description: "Suggested and related queries, to map how people actually phrase the search.",
},
{
label: "SERP metadata",