Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/cli/src/build/crunchbase.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ async fn collect_organization_data(cb: DynCB, cb_url: &str) -> Result<Organizati
}

/// Crunchbase API base url.
const CRUNCHBASE_API_URL: &str = "https://api.crunchbase.com/api/v4";
const CRUNCHBASE_API_URL: &str = "https://api.crunchbase.com/v4/data";

/// Type alias to represent a CB trait object.
type DynCB = Arc<dyn CB + Send + Sync>;
Expand Down