Skip to content

Commit 9e5de9f

Browse files
author
Marek Suchánek
committed
The projectCategory field is optional
1 parent 7bcaa9d commit 9e5de9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/issue_model.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ pub struct Project {
177177
#[serde(rename = "projectTypeKey")]
178178
pub project_type_key: String,
179179
#[serde(rename = "projectCategory")]
180-
pub project_category: ProjectCategory,
180+
pub project_category: Option<ProjectCategory>,
181181
#[serde(rename = "avatarUrls")]
182182
pub avatar_urls: AvatarUrls,
183183
#[serde(rename = "self")]

0 commit comments

Comments
 (0)