feat(app): lint & beautify

This commit is contained in:
ItzCrazyKns
2025-03-18 11:29:04 +05:30
parent 32f26bb4e8
commit ee6e197ec0
6 changed files with 66 additions and 66 deletions

View File

@ -79,7 +79,10 @@ export const getDocumentsFromLinks = async ({ links }: { links: string[] }) => {
docs.push(...linkDocs);
} catch (err) {
console.error("An error occurred while getting documents from links: ", err);
console.error(
'An error occurred while getting documents from links: ',
err,
);
docs.push(
new Document({
pageContent: `Failed to retrieve content from the link: ${err}`,