Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Sep 19, 2024
1 parent 3723a0e commit 28c61aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/lib/api/streaming.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export async function getSchemas() {
}

// Returns a map of object id to a list of object ids that it depends on
export async function getObjectDependencies(): Map<number, number[]> {
export async function getObjectDependencies() {
let objDependencies: ObjectDependencies[] = (
await api.get("/object_dependencies")
).map(ObjectDependencies.fromJSON)
Expand Down

0 comments on commit 28c61aa

Please sign in to comment.