mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
hotfix
This commit is contained in:
@@ -65,7 +65,7 @@ export const fetchAnswer = createAsyncThunk<Answer, { question: string }>(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return { answer: '', query: question, result: '' };
|
return { answer: '', query: question, result: '', sources: [] };
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user