Skip to content

Commit

Permalink
Force connect
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jan 2, 2025
1 parent ff80d7b commit 866d015
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions products/jbrowse-web/src/loadHubSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ export async function loadHubSpec(
},
})),
})
const { session } = rootModel
// @ts-expect-error
session.makeConnection(session.sessionConnections[0])
} catch (e) {
console.error(e)
rootModel.session?.notifyError(`${e}`, e)
Expand Down

0 comments on commit 866d015

Please sign in to comment.