Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed Oct 16, 2024
1 parent 0427fcc commit 378718d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export async function getTomogramTestData(
const { data } = await getRunByIdV2(client, +E2E_CONFIG.runId, 1)

const tomogram = data.tomograms[0]
const dataset = data.runs[0].dataset
const { dataset } = data.runs[0]

return {
title: startCase(
Expand Down

0 comments on commit 378718d

Please sign in to comment.