pub async fn update_chapter(
conn: &mut PgConnection,
chapter_id: Uuid,
chapter_update: ChapterUpdate,
) -> ModelResult<DatabaseChapter>
pub async fn update_chapter(
conn: &mut PgConnection,
chapter_id: Uuid,
chapter_update: ChapterUpdate,
) -> ModelResult<DatabaseChapter>