Skip to content

Commit

Permalink
Merge pull request #89 from ic/search_rep_fix
Browse files Browse the repository at this point in the history
Solution to the MissingFieldError problem on /images/search.
  • Loading branch information
softprops committed Sep 29, 2018
2 parents 271cab5 + aa3c0f9 commit eec5876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rep.rs
Expand Up @@ -6,7 +6,7 @@ use std::collections::HashMap;
pub struct SearchResult {
pub description: String,
pub is_official: bool,
pub is_trusted: bool,
pub is_automated: bool,
pub name: String,
pub star_count: u64,
}
Expand Down

0 comments on commit eec5876

Please sign in to comment.