Skip to content

Commit 1c70fab

Browse files
committed
fixed description being required
1 parent cb02f06 commit 1c70fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmc-langs-core/src/response.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub struct Course {
7878
pub id: usize,
7979
pub name: String,
8080
pub title: String,
81-
pub description: String,
81+
pub description: Option<String>,
8282
pub details_url: String,
8383
pub unlock_url: String,
8484
pub reviews_url: String,

0 commit comments

Comments
 (0)