Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed Jan 28, 2025
1 parent 18afdbe commit 90b7799
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/src/api/package.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3674,7 +3674,7 @@ ggHohNAjhbzDaY2iBW/m3NC5dehGUP4T2GBo/cwGhg==
deps,
vec![
ApiDependencyGraphItem {
id: 0,
id: 1,
dependency: super::DependencyKind::Jsr {
scope: "scope".to_string(),
package: "foo".to_string(),
Expand All @@ -3686,11 +3686,11 @@ ggHohNAjhbzDaY2iBW/m3NC5dehGUP4T2GBo/cwGhg==
media_type: Some("TypeScript".to_string())
},
ApiDependencyGraphItem {
id: 1,
id: 0,
dependency: super::DependencyKind::Root {
path: "/mod.ts".to_string()
},
children: IndexSet::from([0]),
children: IndexSet::from([1]),
size: Some(117),
media_type: Some("TypeScript".to_string())
}
Expand Down

0 comments on commit 90b7799

Please sign in to comment.