pub async fn update_chapter_image_path(
conn: &mut PgConnection,
chapter_id: Uuid,
chapter_image_path: Option<String>,
) -> ModelResult<DatabaseChapter>
pub async fn update_chapter_image_path(
conn: &mut PgConnection,
chapter_id: Uuid,
chapter_image_path: Option<String>,
) -> ModelResult<DatabaseChapter>