Skip to content

Commit 76f7276

Browse files
committed
fix(*): formatting
1 parent 9d695de commit 76f7276

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/(routes)/evaluations/[id]/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ export default function EvaluationReport() {
129129

130130
const fetchAssistantConfig = async (assistantId: string, apiKey: string) => {
131131
try {
132-
133132
const result = await apiFetch<{
134133
success: boolean;
135134
data?: AssistantConfig;

0 commit comments

Comments
 (0)