We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5dd13a commit c4b882bCopy full SHA for c4b882b
catalyst-toolbox/src/ideascale/fetch.rs
@@ -30,5 +30,5 @@ pub fn get_proposals_data(
30
}
31
32
pub fn get_funnels_data_for_fund(client: &impl HttpClient) -> Result<Vec<Funnel>, Report> {
33
- Ok(client.get("funnels")?.json()?)
+ client.get("funnels")?.json()
34
0 commit comments