Skip to content
Snippets Groups Projects

Feature/new search backend

Merged fhurtado14 requested to merge feature/new-search-backend into main
5 files
+ 268
40
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -97,6 +97,7 @@ async function getChapterById(chapterId) {
}
} catch (error) {
console.error(`Error fetching chapter with ID ${chapterId}:`, error);
return null;
}
}
Loading