From 93e0c243713d82183c4e15647e2333cf9a528ee5 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 13 Dec 2024 00:12:14 +0100 Subject: [PATCH] fix prettier --- apps/infra/src/app/production/shared.ts | 5 ++++- .../Playground/DocumentParams/ManualParams/index.tsx | 7 +------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/apps/infra/src/app/production/shared.ts b/apps/infra/src/app/production/shared.ts index c9c7a45a2..c6e7bb725 100644 --- a/apps/infra/src/app/production/shared.ts +++ b/apps/infra/src/app/production/shared.ts @@ -150,7 +150,10 @@ export const environment = pulumi { name: 'DRIVE_DISK', value: 's3' }, { name: 'ASW_REGION', value: 'eu-central-1' }, { name: 'S3_BUCKET', value: 'latitude-llm-bucket-production' }, - { name: 'PUBLIC_S3_BUCKET', value: 'latitude-llm-public-bucket-production' }, + { + name: 'PUBLIC_S3_BUCKET', + value: 'latitude-llm-public-bucket-production', + }, { name: 'AWS_ACCESS_KEY', value: awsAccessKey }, { name: 'AWS_ACCESS_SECRET', value: awsAccessSecret }, { name: 'DEFAULT_PROJECT_ID', value: defaultProjectId }, diff --git a/apps/web/src/app/(private)/projects/[projectId]/versions/[commitUuid]/documents/[documentUuid]/_components/DocumentEditor/Editor/Playground/DocumentParams/ManualParams/index.tsx b/apps/web/src/app/(private)/projects/[projectId]/versions/[commitUuid]/documents/[documentUuid]/_components/DocumentEditor/Editor/Playground/DocumentParams/ManualParams/index.tsx index d7fb72cfd..9bbcce8fa 100644 --- a/apps/web/src/app/(private)/projects/[projectId]/versions/[commitUuid]/documents/[documentUuid]/_components/DocumentEditor/Editor/Playground/DocumentParams/ManualParams/index.tsx +++ b/apps/web/src/app/(private)/projects/[projectId]/versions/[commitUuid]/documents/[documentUuid]/_components/DocumentEditor/Editor/Playground/DocumentParams/ManualParams/index.tsx @@ -3,12 +3,7 @@ import { useDocumentParameters } from '$/hooks/useDocumentParameters' import { Props } from '../index' import { InputParams } from '../Input' -export function ManualParams({ - document, - commit, - prompt, - setPrompt, -}: Props) { +export function ManualParams({ document, commit, prompt, setPrompt }: Props) { const { manual: { inputs, setInput }, } = useDocumentParameters({