Skip to content

Commit

Permalink
Fixing stupid context mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
PrafulB committed Aug 10, 2023
1 parent 4d70084 commit 32b7cb0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions imagebox3.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,6 @@ const imagebox3 = (() => {
pixelsPerMeter = 1 / (parseFloat(micronsPerPixel) * Math.pow(10, -6))
}

if (micronsPerPixel) {
pixelsPerMeter = 1 / (parseFloat(micronsPerPixel) * Math.pow(10, -6))
}

const response = new Response(
JSON.stringify({
width,
Expand Down

0 comments on commit 32b7cb0

Please sign in to comment.