Skip to content

Commit 8d9fd64

Browse files
author
Marek Suchánek
committed
Fix a wrong type that was left over from testing
1 parent f707165 commit 8d9fd64

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
@@ -423,7 +423,7 @@ pub struct Visibility {
423423
// Also see if Serde can convert id to a number after all, somehow.
424424
pub struct Security {
425425
pub description: String,
426-
pub id: u32,
426+
pub id: String,
427427
pub name: String,
428428
#[serde(rename = "self")]
429429
pub self_link: String,

0 commit comments

Comments
 (0)