We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d695de commit 76f7276Copy full SHA for 76f7276
app/(routes)/evaluations/[id]/page.tsx
@@ -129,7 +129,6 @@ export default function EvaluationReport() {
129
130
const fetchAssistantConfig = async (assistantId: string, apiKey: string) => {
131
try {
132
-
133
const result = await apiFetch<{
134
success: boolean;
135
data?: AssistantConfig;
0 commit comments